Skip to content

Commit 4f3ee8a

Browse files
committed
Remove browser and shims from package.json
This was creating conflicts when using it with webpack.
1 parent ea74fea commit 4f3ee8a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,8 @@
5050
"sinon": "^1.17.3",
5151
"yargs": "^3.6.0"
5252
},
53-
"browser": {
54-
"angular": "./bower_components/angular/angular.js",
55-
"angular-cookies": "./bower_components/angular-cookies/angular-cookies.js",
56-
"query-string": "./bower_components/query-string/query-string.js"
57-
},
5853
"scripts": {
5954
"changelog": "./node_modules/.bin/github-changes -o seegno -r angular-oauth2 -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'",
6055
"test": "./node_modules/.bin/gulp test --browsers Firefox"
61-
},
62-
"browserify-shim": {
63-
"angular": {
64-
"exports": "angular"
65-
}
6656
}
6757
}

0 commit comments

Comments
 (0)