Skip to content

Commit

Permalink
update 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter committed Jan 18, 2020
1 parent 3f45dbe commit f06c1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
registry=https://registry.npmjs.org/

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "vue2-org-tree",
"description": "A simple organization tree chart based on Vue2.x",
"version": "1.2.1",
"version": "1.3.1",
"main": "dist/index.js",
"module": "src/main.js",
"author": "steven <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"publish": "npm run build && npm publish"
"trypublish": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f06c1ac

Please sign in to comment.