Skip to content

Commit e218df1

Browse files
committed
update package info
1 parent 80054d7 commit e218df1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@
77
"scripts": {
88
"lint": "eslint ./*.js",
99
"build": "npm run lint && cross-env NODE_ENV=dev rollup -c",
10+
"dev": "npm run lint && cross-env NODE_ENV=dev rollup -c -w",
1011
"test": "echo \"Error: no test specified\" && exit 1"
1112
},
1213
"repository": {
1314
"type": "git",
1415
"url": "https://github.com/maptalks/maptalks.snap.git"
1516
},
1617
"author": "",
18+
"files": [
19+
"index.js",
20+
"dist/"
21+
],
1722
"license": "MIT",
1823
"bugs": {
1924
"url": "https://github.com/maptalks/maptalks.snap/issues"
@@ -34,4 +39,4 @@
3439
"rollup-plugin-node-resolve": "^3.3.0",
3540
"rollup-plugin-terser": "^7.0.2"
3641
}
37-
}
42+
}

0 commit comments

Comments
 (0)