mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 00:25:15 +02:00
package.json update and .gitignore
This commit is contained in:
parent
99525509c6
commit
7ac852dae5
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ build/bundle.js
|
||||||
build/bundle.*.js
|
build/bundle.*.js
|
||||||
build/main.*.css
|
build/main.*.css
|
||||||
screens
|
screens
|
||||||
|
.DS_STORE
|
||||||
search_replace.sh
|
search_replace.sh
|
||||||
FontAwesome-Vectors.pdf
|
FontAwesome-Vectors.pdf
|
||||||
index.html
|
index.html
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backbone": "~0.9.9",
|
"backbone": "~0.9.9",
|
||||||
"underscore": "~1.4.3",
|
"underscore": "~1.4.3",
|
||||||
"jquery": "~1.8.3",
|
"jquery": "~1.7.3",
|
||||||
"q": "~0.8.11",
|
"q": "~0.8.11",
|
||||||
"markdown": "~0.4.0",
|
"markdown": "~0.4.0",
|
||||||
"grunt-shell": "~0.1.4"
|
"grunt-shell": "~0.1.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue