Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
chore: new build version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Jan 12, 2018
1 parent 89765f5 commit 7216003
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lib/clL2D.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions lib/clL2D.1.min.js

This file was deleted.

1 change: 0 additions & 1 deletion lib/clL2D.1.min.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions lib/clL2D.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/clL2D.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/stats.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -4,12 +4,12 @@
"description": "Add the Sseexxyyy live2d to webpages.",
"main": "index.js",
"scripts": {
"inst:dev": "npm install -g webpack&&npm install -g commitizen&&npm install -g cz-conventional-changelog&&npm install -g conventional-changelog-cli&&npm install",
"inst:dev": "npm install -g commitizen&&npm install",
"build:dev": "webpack --progress --colors",
"build:prod": "webpack --env prod --progress --colors",
"build:doc": "./node_modules/.bin/esdoc",
"commit": "git pull&&git-cz",
"changelog": "git pull&&conventional-changelog -i doc/CHANGELOG.md -r 0 -s -u&&git add doc/CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status",
"changelog": "git pull&&./node_modules/.bin/conventional-changelog -i doc/CHANGELOG.md -r 0 -s -u&&git add doc/CHANGELOG.md&&git commit -m \"docs: update CHANGELOG\"&&git push&&git status",
"test": "echo \"Error: no test specified\" && exit 1",
"ghpages": "push-gh-pages"
},
Expand Down

0 comments on commit 7216003

Please sign in to comment.