knockout.app
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -75,3 +75,3 @@ /*global module:false*/ | ||
var version = this.config.get('pkg').version, | ||
files = 'build/knockout.app.js build/knockout.app.js', | ||
files = 'build/knockout.app.js build/knockout.app.min.js', | ||
build = 'git add -f ' + files, | ||
@@ -78,0 +78,0 @@ commit = 'git commit -m\'publishing v' + version + '\'' |
@@ -6,3 +6,3 @@ { | ||
"author": "Matteo Pagliazzi <matteopagliazzi@gmail.com>", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -19,8 +19,9 @@ "main": "build/knockout.app.js", | ||
"devDependencies": { | ||
"grunt": "0.4.x", | ||
"grunt-contrib-watch": "0.2.x", | ||
"grunt-contrib-qunit": "0.1.x", | ||
"grunt-contrib-connect": "0.1.x", | ||
"grunt-contrib-uglify": "0.1.x", | ||
"grunt-contrib-concat": "0.1.x", | ||
"grunt": "0.4.0rc7", | ||
"grunt-contrib-watch": "0.2.0rc7", | ||
"grunt-contrib-qunit": "0.1.1rc6", | ||
"grunt-contrib-connect": "0.1.1rc6", | ||
"grunt-contrib-uglify": "0.1.1rc6", | ||
"grunt-contrib-concat": "0.1.2rc6", | ||
"grunt-contrib-copy": "0.4.0rc7", | ||
"grunt-docco": "https://github.com/bdougherty/grunt-docco/tarball/grunt-0.4", | ||
@@ -27,0 +28,0 @@ "grunt-exec": "https://github.com/jharding/grunt-exec/tarball/grunt0.4rc" |
**KnockoutApp** is a framework for building apps using [KnockoutJS](http://knockoutjs.com/). | ||
The last version released is 0.2.1 | ||
The last version released is 0.2.2 | ||
@@ -5,0 +5,0 @@ **Documentation**, **downloads**, how to **contribute**, **tests**, **example application** and more can be found on the [website](http://paglias.net/KnockoutApp). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57855
9