Skip to content

Commit

Permalink
"version": "1.2.1",
Browse files Browse the repository at this point in the history
  • Loading branch information
vtxf committed Oct 18, 2019
1 parent f8df756 commit ae3db13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"build2": "cross-env NODE_ENV=production XBSJ_IMPORT=external webpack --progress --hide-modules && npm run postbuild",
"postbuild": "npm run doc",
"doc": "jsdoc --configure Tools/jsdoc/conf.json",
"login": "npm adduser --registry http://registry.npmjs.org",
"publish": "npm publish --registry http://registry.npmjs.org",
"deprecate": "npm deprecate --registry http://registry.npmjs.org",
"gallery": "node Tools/examples/gallery.js"
},
"dependencies": {
Expand All @@ -27,6 +30,9 @@
"vue-drag-tree": "^1.1.8",
"x2js": "^3.3.1"
},
"files": [
"dist"
],
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
Expand Down

0 comments on commit ae3db13

Please sign in to comment.