Skip to content

Commit

Permalink
replace ng-auth dependency with api services
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Mar 23, 2016
1 parent 69d7107 commit b252674
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"appirio-tech-client-app-layer": "0.x.x",
"appirio-tech-ng-auth": "^4.1.1",
"appirio-tech-ng-api-services": "1.x.x",
"appirio-tech-ng-optimist": "1.x.x",
"appirio-tech-ng-ui-components": "2.x.x",
"appirio-tech-react-components": "0.x.x"
Expand Down
2 changes: 1 addition & 1 deletion src/src.coffee
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'appirio-tech-ng-ui-components'
require 'appirio-tech-ng-auth'
require 'appirio-tech-ng-api-services'
require 'appirio-tech-ng-optimist'
require './scripts/submit-work.module'

Expand Down

0 comments on commit b252674

Please sign in to comment.