Skip to content

Commit bdb2d96

Browse files
committed
Add npm dependencies
1 parent 4f3ee8a commit bdb2d96

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,10 @@ It will be awesome if you can help us evolve `angular-oauth2`. Want to help?
177177

178178
1. [Fork it](https://github.com/seegno/angular-oauth2).
179179
2. `npm install`.
180-
3. `bower install`
181-
4. Do your magic.
182-
5. Run the tests: `gulp test`.
183-
6. Build: `gulp build`
184-
7. Create a [Pull Request](https://github.com/seegno/angular-oauth2/compare).
180+
3. Do your magic.
181+
4. Run the tests: `gulp test`.
182+
5. Build: `gulp build`
183+
6. Create a [Pull Request](https://github.com/seegno/angular-oauth2/compare).
185184

186185
*The source files are written in ES6.*
187186

karma.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ module.exports = function(config) {
1414
basePath: './',
1515
browsers: [argv.browsers || 'Chrome'],
1616
files: [
17-
'bower_components/angular/angular.js',
18-
'bower_components/angular-cookies/angular-cookies.js',
19-
'bower_components/query-string/query-string.js',
17+
'node_modules/angular/angular.js',
18+
'node_modules/angular-cookies/angular-cookies.js',
19+
'node_modules/query-string/query-string.js',
2020
'node_modules/lodash/dist/lodash.js',
2121
'node_modules/angular-mocks/angular-mocks.js',
2222
'dist/angular-oauth2.js',

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"url": "https://github.com/seegno/angular-oauth2/issues"
2222
},
2323
"homepage": "https://github.com/seegno/angular-oauth2",
24+
"dependencies": {
25+
"angular": "^1.4.0",
26+
"angular-cookies": "^1.4.0",
27+
"query-string": "^1.0.0"
28+
},
2429
"devDependencies": {
2530
"6to5ify": "^3.1.2",
2631
"angular-mocks": "^1.3.9",

0 commit comments

Comments
 (0)