Skip to content

Commit

Permalink
Webpack Support (#156)
Browse files Browse the repository at this point in the history
Added webpack support and updated dependencies. Also fixed some version numbers.
  • Loading branch information
dwmkerr authored Jun 14, 2016
1 parent fdd14f7 commit 5e80c0d
Show file tree
Hide file tree
Showing 37 changed files with 382 additions and 52,600 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bower_components
node_modules
build
.DS_Store
32 changes: 0 additions & 32 deletions TESTS-PhantomJS_1.9.8_(Mac_OS_X_0.0.0).xml

This file was deleted.

6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@
"*.yml"
],
"dependencies": {
"angular": "~1.4.x"
"angular": "~1.5.x"
},
"devDependencies": {
"angular-mocks": "~1.4.x",
"bootstrap": "~3.3.2",
"jquery": "~2.1.3"
"angular-mocks": "~1.5.x"
}
}
Loading

0 comments on commit 5e80c0d

Please sign in to comment.