There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -12,3 +12,4 @@ dist/.destination.json | ||
dist/.sizecache.json | ||
build/.sizecache.json | ||
node_modules | ||
bower_components |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "jquery", | ||
"version": "2.0.4-pre", | ||
"ignore": [ | ||
"**/.*", | ||
"build", | ||
"speed", | ||
"test", | ||
"CONTRIBUTING.md", | ||
"*.txt", | ||
"bower.json" | ||
], | ||
"dependencies": { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
timmywil
via email
Author
Member
|
||
"sizzle": "~1.10.4", | ||
"qunit": "~1.11.0" | ||
} | ||
} |
4 comments
on commit b13d822
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks so much cleaner :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it mention bower install
somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See the README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that ended up in a separate commit. Thanks.
Shouldn't these be devDependencies?