Skip to content

Commit

Permalink
doc:update authors and version
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoren1641 committed Dec 3, 2017
1 parent 2cf2368 commit e39983f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Cyrilszq <[email protected]>
lynsun <[email protected]>
sugarboy <[email protected]>
韩鹏 <[email protected]>
英布 <[email protected]>
王西迪 <[email protected]>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atui",
"version": "0.1.3",
"version": "0.1.31",
"description": "components built with Vue.js",
"main": "dist/atui.js",
"repository": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"eslint": "eslint --fix --ext .js,.vue src",
"dev:test": "karma start build/karma.dev.config.js",
"lesshint": "lesshint src/styles -r scripts/lesshint-report.js",
"publish-npm": "npm run authors && tnpm publish",
"publish-npm": "npm run authors && npm publish",
"build": "npm run lint && NODE_ENV=production webpack --config build/webconfig.config.js --progress && cp node_modules/vue/dist/vue.js dist/vue.js && cp node_modules/vue/dist/vue.min.js dist/vue.min.js && npm run lib",
"test": "npm run lint && npm run test:unit",
"test:unit": "karma start build/karma.unit.config.js",
Expand Down

0 comments on commit e39983f

Please sign in to comment.