Skip to content

Commit

Permalink
Install angular as a dependency and add the node_modules folder to gi…
Browse files Browse the repository at this point in the history
…t ignore.
  • Loading branch information
Josh Graber committed Oct 16, 2015
1 parent 2054d75 commit e0d07b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Node modules
/node_modules/
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"bugs": {
"url": "https://github.com/SonofNun15/explore-angular/issues"
},
"homepage": "https://github.com/SonofNun15/explore-angular/issues#readme"
"homepage": "https://github.com/SonofNun15/explore-angular/issues#readme",
"dependencies": {
"angular": "^1.4.7"
}
}

0 comments on commit e0d07b2

Please sign in to comment.