@abtasty/popin-image 1.0.5 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/popin-image",
3
3
  "description": "A simple way to create a modal with an image in it",
4
- "version": "1.0.5",
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",
@@ -34,10 +36,10 @@
34
36
  "rollup-plugin-terser": "^7.0.0"
35
37
  },
36
38
  "dependencies": {
37
- "@abtasty/widget-utils": "1.16.24",
39
+ "@abtasty/widget-utils": "1.16.23",
38
40
  "@babel/plugin-proposal-object-rest-spread": "^7.11.0",
39
41
  "@rollup/plugin-commonjs": "^12.0.0",
40
42
  "@rollup/plugin-node-resolve": "^8.4.0",
41
43
  "babel-eslint": "^10.0.3"
42
44
  }
43
- }
45
+ }