@abtasty/popin-simple 1.0.4-2 → 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 +3 -5
- 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",
|
@@ -42,4 +40,4 @@
|
|
42
40
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
43
41
|
"babel-eslint": "^10.0.3"
|
44
42
|
}
|
45
|
-
}
|
43
|
+
}
|
package/README.md
DELETED