@abtasty/popin-simple 1.0.5 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/form.js +1 -1
- package/dist/main.js +1 -1
- package/package.json +5 -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.1.0",
|
5
5
|
"main": "dist/main.js",
|
6
6
|
"form": "dist/form.js",
|
7
7
|
"files": [
|
@@ -14,7 +14,9 @@
|
|
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"
|
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'"
|
18
20
|
},
|
19
21
|
"devDependencies": {
|
20
22
|
"@babel/core": "^7.11.1",
|
@@ -40,4 +42,4 @@
|
|
40
42
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
41
43
|
"babel-eslint": "^10.0.3"
|
42
44
|
}
|
43
|
-
}
|
45
|
+
}
|