Skip to content

Commit 2a18607

Browse files
committed
chore: workfront-api-constants should be a dep instead of devDep, deps upgrade
1 parent 4caa583 commit 2a18607

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workfront-api",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A Workfront API for the Node.js and the Web",
55
"main": "index.js",
66
"dependencies": {
@@ -25,7 +25,7 @@
2525
"http-server": "0.9.0",
2626
"nock": "8.0.0",
2727
"semver": "5.1.0",
28-
"shelljs": "0.7.0",
28+
"shelljs": "0.5.3",
2929
"sinon": "^1.12.2",
3030
"sinon-as-promised": "4.0.0",
3131
"sinon-chai": "2.8.0",

0 commit comments

Comments
 (0)