@abtasty/popin-simple 1.5.3 → 1.5.4

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/package.json CHANGED
@@ -1,39 +1,37 @@
1
1
  {
2
- "name": "@abtasty/popin-simple",
3
- "description": "A simple way to create a simple modal.",
4
- "version": "1.5.3",
5
- "main": "dist/main.js",
6
- "form": "dist/form.js",
7
- "files": [
8
- "dist"
9
- ],
10
- "repository": "abtasty/widget",
11
- "author": "Granger Jonathan",
12
- "license": "MIT",
13
- "scripts": {
14
- "watch": "rollup -c --watch",
15
- "build": "rollup -c",
16
- "update:utils": "npm install @abtasty/widget-utils@latest",
17
- "publish:qa": "npm run build && npm version prerelease && npm publish",
18
- "publish:patch": "npm run build && npm version patch && npm publish"
19
- },
20
- "devDependencies": {
21
- "@babel/core": "^7.15.5",
22
- "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
23
- "@babel/preset-env": "^7.15.6",
24
- "@rollup/plugin-babel": "^5.2.2",
25
- "@rollup/plugin-node-resolve": "^11.1.0",
26
- "babel-eslint": "^10.0.3",
27
- "babel-plugin-minify-dead-code-elimination": "^0.5.1",
28
- "eslint": "^7.18.0",
29
- "eslint-config-airbnb-base": "^14.2.1",
30
- "eslint-config-prettier": "^7.2.0",
31
- "eslint-plugin-import": "^2.22.1",
32
- "rollup": "^2.57.0",
33
- "rollup-plugin-eslint": "^7.0.0",
34
- "rollup-plugin-terser": "^7.0.0"
35
- },
36
- "dependencies": {
37
- "@abtasty/widget-utils": "^1.18.37"
38
- }
2
+ "name": "@abtasty/popin-simple",
3
+ "description": "A simple way to create a simple modal.",
4
+ "version": "1.5.4",
5
+ "main": "dist/main.js",
6
+ "form": "dist/form.js",
7
+ "type": "module",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "author": "ABTasty",
12
+ "license": "MIT",
13
+ "scripts": {
14
+ "cloneConfig": "scp ../rollup.default.config.js ./rollup.config.js && scp ../babel.default.config.json ./babel.config.json",
15
+ "watch": "yarn run cloneConfig && rollup -c --watch",
16
+ "build": "yarn run cloneConfig && rollup -c"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/core": "^7.20.5",
20
+ "@babel/eslint-parser": "^7.19.1",
21
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
22
+ "@babel/preset-env": "^7.19.3",
23
+ "@rollup/plugin-babel": "^6.0.3",
24
+ "@rollup/plugin-eslint": "^9.0.1",
25
+ "@rollup/plugin-node-resolve": "^15.0.1",
26
+ "@rollup/plugin-terser": "^0.1.0",
27
+ "babel-plugin-minify-dead-code-elimination": "^0.5.2",
28
+ "eslint": "^8.28.0",
29
+ "eslint-config-prettier": "^8.5.0",
30
+ "eslint-import-resolver-node": "^0.3.2",
31
+ "eslint-plugin-import": "^2.26.0",
32
+ "rollup": "^3.5.0"
33
+ },
34
+ "dependencies": {
35
+ "@abtasty/widget-utils": "0.0.0"
36
+ }
39
37
  }
package/README.md DELETED
@@ -1,3 +0,0 @@
1
- # Popin Simple
2
-
3
- A simple way to create a popin.