File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -177,11 +177,10 @@ It will be awesome if you can help us evolve `angular-oauth2`. Want to help?
177177
1781781 . [ Fork it] ( https://github.com/seegno/angular-oauth2 ) .
1791792 . ` 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments