@abtasty/popin-simple 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/form.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +4 -6
- package/README.md +0 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtasty/popin-simple",
|
3
3
|
"description": "A simple way to create a simple modal.",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.5",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"form": "dist/form.js",
|
7
7
|
"files": [
|
@@ -14,9 +14,7 @@
|
|
14
14
|
"start": "concurrently --kill-others \"npm run watch\" \"npm run serve\"",
|
15
15
|
"watch": "rollup -c --watch",
|
16
16
|
"build": "rollup -c",
|
17
|
-
"serve": "widget serve"
|
18
|
-
"prepare": "npm run build",
|
19
|
-
"postpublish": "echo 'Your widget is on NPM. You can now add your widget to AB Tasty Marketplace at https://marketplace.abtasty.com/add'"
|
17
|
+
"serve": "widget serve"
|
20
18
|
},
|
21
19
|
"devDependencies": {
|
22
20
|
"@babel/core": "^7.11.1",
|
@@ -36,10 +34,10 @@
|
|
36
34
|
"rollup-plugin-terser": "^7.0.0"
|
37
35
|
},
|
38
36
|
"dependencies": {
|
39
|
-
"@abtasty/widget-utils": "1.16.
|
37
|
+
"@abtasty/widget-utils": "1.16.23",
|
40
38
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
41
39
|
"@rollup/plugin-commonjs": "^12.0.0",
|
42
40
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
43
41
|
"babel-eslint": "^10.0.3"
|
44
42
|
}
|
45
|
-
}
|
43
|
+
}
|
package/README.md
DELETED