Skip to content

Commit

Permalink
docs: 文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
lynsun committed Mar 8, 2017
1 parent bd06ad2 commit a5c4dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/atui/introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ english: AliTelecom UI System

## 版本

目前最新版本 v0.0.29
目前最新版本 v0.0.30

## 浏览器支持

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"authors": "git log --format='%aN <%aE>' | sort -u | grep -v 'users.noreply.github.com' | grep -v 'gitter.im' | grep -v '.local>' | grep -v 'alibaba-inc.com' > AUTHORS.txt",
"start": "webpack-dev-server --config build/webconfig.config.js --host 0.0.0.0 & bisheng start -c ./site/bisheng.config.js",
"site": "bisheng build -c ./site/bisheng.config.js && sh post-site.sh && sh sync_doc.sh",
"ghpages": "gh-pages -d _site",
"ghpages": "bisheng build -c ./site/bisheng.config.js && sh post-site.sh && gh-pages -d _site",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
"lib": "npm run transform && NODE_ENV=production webpack --config build/webpack.lib.js --progress",
"transform": "babel src/components/_utils -d lib/_utils && babel src/directives -d lib/directives && babel src/filters -d lib/filters"
Expand Down

0 comments on commit a5c4dc7

Please sign in to comment.