mobigrid-module 1.1.8 → 1.1.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mobigrid-module",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.10",
|
4
4
|
"description": "",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -13,7 +13,8 @@
|
|
13
13
|
},
|
14
14
|
"scripts": {
|
15
15
|
"test": "echo \"Error: no test specified\" && exit 1",
|
16
|
-
"build": "rollup -c"
|
16
|
+
"build": "rollup -c",
|
17
|
+
"publish": "npm run build && npm publish"
|
17
18
|
},
|
18
19
|
"keywords": [],
|
19
20
|
"author": "",
|