@abtasty/scratchcard 1.2.23-0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@abtasty/scratchcard",
3
3
  "description": "A simple way to create a modal with a scratchcard in it",
4
- "version": "1.2.23-0",
4
+ "version": "1.3.0",
5
5
  "main": "dist/main.js",
6
6
  "form": "dist/form.js",
7
7
  "type": "module",
@@ -43,6 +43,5 @@
43
43
  "postcss-cssnext": "^3.1.1",
44
44
  "rollup": "^4.12.0",
45
45
  "rollup-plugin-postcss": "^4.0.2"
46
- },
47
- "stableVersion": "1.2.22"
46
+ }
48
47
  }