Skip to content

Commit

Permalink
Added angular as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Mar 28, 2016
1 parent 01c9901 commit eef1e2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"build": "WEBPACK_ENV=build webpack && osx-notifier --type \"pass\" --title \"Build successful\" --message \"gg\" --group \"npmBuild\"",
"watch": "npm run build && onchange 'src/**/*.js' -- npm run build"
},
"dependancies": {
"angular": "~1.4.0"
},
"devDependencies": {
"babel": "6.3.13",
"babel-core": "6.1.18",
Expand Down

0 comments on commit eef1e2c

Please sign in to comment.