We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80054d7 commit e218df1Copy full SHA for e218df1
package.json
@@ -7,13 +7,18 @@
7
"scripts": {
8
"lint": "eslint ./*.js",
9
"build": "npm run lint && cross-env NODE_ENV=dev rollup -c",
10
+ "dev": "npm run lint && cross-env NODE_ENV=dev rollup -c -w",
11
"test": "echo \"Error: no test specified\" && exit 1"
12
},
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/maptalks/maptalks.snap.git"
16
17
"author": "",
18
+ "files": [
19
+ "index.js",
20
+ "dist/"
21
+ ],
22
"license": "MIT",
23
"bugs": {
24
"url": "https://github.com/maptalks/maptalks.snap/issues"
@@ -34,4 +39,4 @@
34
39
"rollup-plugin-node-resolve": "^3.3.0",
35
40
"rollup-plugin-terser": "^7.0.2"
36
41
}
37
-}
42
+}
0 commit comments