Skip to content

Commit

Permalink
Merge 4d3c05c into dcc31a1
Browse files Browse the repository at this point in the history
  • Loading branch information
bhovhannes committed Mar 14, 2017
2 parents dcc31a1 + 4d3c05c commit e57876a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -22,7 +22,7 @@
"tests"
],
"devDependencies": {
"angular": "^1.5.8",
"angular-mocks": "^1.5.8"
"angular": "~1.5.8",
"angular-mocks": "~1.5.8"
}
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -28,6 +28,7 @@
},
"homepage": "https://github.com/Workfront/angular-stream-api",
"devDependencies": {
"bower": "1.8.0",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"eslint": "^3.3.1",
Expand All @@ -45,6 +46,6 @@
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"workfront-api-constants": "^1.0.4"
"workfront-api-constants": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion src/service/Api.js
Expand Up @@ -42,7 +42,7 @@ function Api(config) {
this.options.url = config.host + path;
}

Api.prototype.Constants = require('workfront-api-constants/dist/umd/constants');
Api.prototype.Constants = require('workfront-api-constants');
Api.prototype.Methods = {
GET: 'GET',
PUT: 'PUT',
Expand Down

0 comments on commit e57876a

Please sign in to comment.