forked from jashkenas/backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit fcd3898. As described in cowboy/grunt#219, grunt's phantomjs bootstrap often causes a timeout (in v0.3.x). This is fixed in the development branch of grunt so we can revisit travis integration after the next release.
- Loading branch information
1 parent
8ea7d9a
commit 07b88ef
Showing
4 changed files
with
9 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
raw | ||
*.sw? | ||
.DS_Store | ||
node_modules |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
{ | ||
"name" : "backbone", | ||
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.", | ||
"url" : "http://backbonejs.org", | ||
"keywords" : ["util", "functional", "server", "client", "browser"], | ||
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>", | ||
"dependencies" : { | ||
"underscore": ">=1.3.3" | ||
"name" : "backbone", | ||
"description" : "Give your JS App some Backbone with Models, Views, Collections, and Events.", | ||
"url" : "http://backbonejs.org", | ||
"keywords" : ["util", "functional", "server", "client", "browser"], | ||
"author" : "Jeremy Ashkenas <jeremy@documentcloud.org>", | ||
"dependencies" : { | ||
"underscore" : ">=1.3.1" | ||
}, | ||
"devDependencies": { | ||
"grunt": "~0.3.15" | ||
}, | ||
"scripts" : { | ||
"test": "./node_modules/grunt/bin/grunt" | ||
}, | ||
"main" : "backbone.js", | ||
"version" : "0.9.2" | ||
"main" : "backbone.js", | ||
"version" : "0.9.2" | ||
} |