Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
heeroluo committed Apr 26, 2019
1 parent 46e3414 commit 35c2aff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "jraiser",
"version": "3.1.3",
"version": "3.1.4",
"description": "Modular JavaScript Foundation Library",
"scripts": {
"start": "node dev-server/start",
"build-cmd": "npx gulp buildCMD",
"build-npm": "npx gulp buildNPM",
"doc": "npx gulp genDoc"
"build-cmd": "npx gulp buildCMD",
"build-npm": "npx gulp buildNPM",
"doc": "npx gulp genDoc"
},
"repository": {
"type": "git",
"url": "https://github.com/heeroluo/jraiser.git"
},
"keywords": [
"jraiser",
"jraiser",
"modular",
"library",
"promise",
"ajax",
"tween"
"library",
"promise",
"ajax",
"tween"
],
"author": {
"name": "Mr.Luo",
Expand Down

0 comments on commit 35c2aff

Please sign in to comment.