package.json update and .gitignore

This commit is contained in:
Peter Cottle 2013-12-08 10:36:19 -08:00
parent 99525509c6
commit 7ac852dae5
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ build/bundle.js
build/bundle.*.js
build/main.*.css
screens
.DS_STORE
search_replace.sh
FontAwesome-Vectors.pdf
index.html

View file

@ -15,7 +15,7 @@
"dependencies": {
"backbone": "~0.9.9",
"underscore": "~1.4.3",
"jquery": "~1.8.3",
"jquery": "~1.7.3",
"q": "~0.8.11",
"markdown": "~0.4.0",
"grunt-shell": "~0.1.4"