Skip to content

Commit 50ca732

Browse files
committed
Release v1.3.2
1 parent ec5d813 commit 50ca732

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@educorvi/vue-json-form",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"private": false,
55
"license": "MIT",
66
"main": "dist/vue-json-form.js",
@@ -15,7 +15,7 @@
1515
"cy:verify": "cypress verify",
1616
"cy:open": "npx cypress open",
1717
"cy:run": "cypress run",
18-
"test": "start-server-and-test 'serve:test' 8088 cy:run",
18+
"test": "start-server-and-test serve:test 8088 cy:run",
1919
"build": "npm run build:npm && npm run build:demo",
2020
"build:npm": "rimraf ./dist && webpack --config ./webpack.config.js",
2121
"analyze": "ANALYZE=true npm run build:demo",

0 commit comments

Comments
 (0)