We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
browser
shims
package.json
1 parent ea74fea commit 4f3ee8aCopy full SHA for 4f3ee8a
package.json
@@ -50,18 +50,8 @@
50
"sinon": "^1.17.3",
51
"yargs": "^3.6.0"
52
},
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
- },
58
"scripts": {
59
"changelog": "./node_modules/.bin/github-changes -o seegno -r angular-oauth2 -a --only-pulls --use-commit-body --title 'Changelog' --date-format '/ YYYY-MM-DD'",
60
"test": "./node_modules/.bin/gulp test --browsers Firefox"
61
62
- "browserify-shim": {
63
- "angular": {
64
- "exports": "angular"
65
- }
66
}
67
0 commit comments