Skip to content

Commit

Permalink
update packages, bump version. update grunt targets
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Jun 25, 2016
1 parent 6eee7cb commit 236528b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module.exports = function(grunt) {
},

promise: {
src: 'node_modules/promise-polyfill/Promise.js',
dest: 'test/lib/Promise.js'
src: 'node_modules/promise-polyfill/promise.js',
dest: 'test/lib/promise.js'
}
},

Expand Down Expand Up @@ -74,4 +74,4 @@ module.exports = function(grunt) {

//minifies library
grunt.registerTask('release', ['jshint', 'uglify:dist']);
};
};
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.async",
"version": "1.3.0",
"version": "1.4.0",
"homepage": "https://github.com/emaphp/backbone.async",
"authors": [
"Emmanuel Antico <[email protected]>"
Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.async",
"version": "1.3.0",
"version": "1.4.0",
"description": "Backbone Models meet Promises",
"author": "Emmanuel Antico <[email protected]>",
"license": "MIT",
Expand All @@ -14,15 +14,18 @@
"underscore": ">=1.6.0"
},
"devDependencies": {
"chai": "^2.1.1",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"jquery": "^2.1.3",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"promise-polyfill": "^2.0.0"
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"jquery": "^2.2.4",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.1.0",
"phantom": "^2.1.7",
"phantomjs": "^2.1.7",
"promise-polyfill": "^5.2.1"
},
"scripts": {
"test": "mocha-phantomjs test/test.html"
Expand Down

0 comments on commit 236528b

Please sign in to comment.