Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 508e001

Browse files
author
Nick Litwin
committed
Move ng-iso-constants to npm
1 parent 77a40ab commit 508e001

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require('ng-notifications-bar')
2525
require('xml2js')
2626

2727
require('appirio-tech-ng-ui-components')
28-
require('../bower_components/appirio-tech-ng-iso-constants/dist/ng-iso-constants')
28+
require('appirio-tech-ng-iso-constants')
2929

3030
require('../bower_components/ng-busy/build/angular-busy')
3131
require('../bower_components/angular-img-fallback/angular.dcb-img-fallback')

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
],
1111
"dependencies": {
1212
"angular-img-fallback": "~0.1.3",
13-
"appirio-tech-ng-iso-constants": "[email protected]:appirio-tech/ng-iso-constants#~1.0.6",
1413
"ng-busy": "~0.2.0"
1514
},
1615
"resolutions": {

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"angular-ui-router": "^0.2.16",
5454
"angularjs-toaster": "^1.0.0",
5555
"appirio-styles": "0.x.x",
56+
"appirio-tech-ng-iso-constants": "^1.0.6",
5657
"appirio-tech-ng-ui-components": "^2.0.19",
5758
"auth0-angular": "^4.1.0",
5859
"auth0-js": "^6.8.0",

0 commit comments

Comments
 (0)