Skip to content

Commit

Permalink
update to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Oct 13, 2015
1 parent 15db277 commit ce70460
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/spa-apis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.0
* SPA v2.0.1
* A webapp framework for routing control and view transitions
* Copyright 2015 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/spa-apis.min.js

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

2 changes: 1 addition & 1 deletion dist/spa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.0
* SPA v2.0.1
* A webapp framework for routing control and view transitions
* Copyright 2015 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/spa.min.js

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spa.js",
"title": "SPA",
"version": "2.0.0",
"version": "2.0.1",
"description": "A webapp framework for routing control and view transitions",
"directories": {
"doc": "docs"
Expand Down Expand Up @@ -49,6 +49,7 @@
"gulp-uglify": "^1.4.1"
},
"scripts": {
"test": "grunt"
"test": "grunt",
"build": "gulp"
}
}

0 comments on commit ce70460

Please sign in to comment.