mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-31 08:04:40 +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/main.*.css
|
||||
screens
|
||||
.DS_STORE
|
||||
search_replace.sh
|
||||
FontAwesome-Vectors.pdf
|
||||
index.html
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue