Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Apr 8, 2021
1 parent ec5d813 commit 50ca732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@educorvi/vue-json-form",
"version": "1.3.1",
"version": "1.3.2",
"private": false,
"license": "MIT",
"main": "dist/vue-json-form.js",
Expand All @@ -15,7 +15,7 @@
"cy:verify": "cypress verify",
"cy:open": "npx cypress open",
"cy:run": "cypress run",
"test": "start-server-and-test 'serve:test' 8088 cy:run",
"test": "start-server-and-test serve:test 8088 cy:run",
"build": "npm run build:npm && npm run build:demo",
"build:npm": "rimraf ./dist && webpack --config ./webpack.config.js",
"analyze": "ANALYZE=true npm run build:demo",
Expand Down

0 comments on commit 50ca732

Please sign in to comment.