mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 22:20:06 +02:00
Adding a files directory to package
This commit is contained in:
parent
9943f5cc96
commit
081c379d0b
@ -3,6 +3,9 @@
|
|||||||
"version": "0.0.1-2",
|
"version": "0.0.1-2",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"files": [
|
||||||
|
"dist/"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "cd docs && npm start",
|
"start": "cd docs && npm start",
|
||||||
"lint": "make lint",
|
"lint": "make lint",
|
||||||
|
Loading…
Reference in New Issue
Block a user