Skip to content

Commit

Permalink
removing scripts from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Mar 23, 2015
1 parent 1bf9f84 commit b1b1901
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
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.1.0",
"version": "1.1.1",
"homepage": "https://github.com/emaphp/backbone.async",
"authors": [
"Emmanuel Antico <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions dist/backbone.async.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Backbone.Async v1.1.0
* Backbone.Async v1.1.1
* Copyright 2015 Emmanuel Antico
* This library is distributed under the terms of the MIT license.
*/
Expand Down Expand Up @@ -94,7 +94,7 @@

//create namespace
var Async = Backbone.Async = Backbone.Async || {};
Async.VERSION = '1.1.0';
Async.VERSION = '1.1.1';

//extend Model and Collection prototypes
Async.Model = Backbone.Model.extend(
Expand Down
2 changes: 1 addition & 1 deletion dist/backbone.async.min.js

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbone.async",
"version": "1.1.0",
"version": "1.1.1",
"description": "Backbone Models meet Promises",
"author": "Emmanuel Antico <[email protected]>",
"license": "MIT",
Expand All @@ -25,7 +25,6 @@
"promise-polyfill": "^2.0.0"
},
"scripts": {
"postinstall": "mkdir -p test/lib/ && wget http://sinonjs.org/releases/sinon-1.13.0.js -O test/lib/sinon-1.13.0.js && grunt vendor",
"test": "grunt test && mocha-phantomjs test/test.html"
"test": "echo \"Error: no test specified\" && exit 1"
}
}

0 comments on commit b1b1901

Please sign in to comment.