Skip to content

Commit

Permalink
Release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Mar 27, 2021
1 parent cf421c0 commit b2a48c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@educorvi/vue-json-form",
"version": "1.2.2",
"version": "1.2.3",
"private": false,
"license": "MIT",
"main": "dist/vue-json-form.js",
Expand All @@ -11,11 +11,10 @@
"repository": "/~https://github.com/educorvi/vue_json_form.git",
"scripts": {
"serve": "vue-cli-service serve",
"cypress": "start-server-and-test serve 8080 'cypress run'",
"cy:verify": "cypress verify",
"cy:open": "npx cypress open",
"cy:run": "cypress run",
"test": "npm run cypress",
"test": "start-server-and-test serve 8080 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 b2a48c7

Please sign in to comment.