Skip to content

Commit 9044b25

Browse files
author
Sassoun Derderian
committed
chore: set workfront-api-constants package as peerDependency for ES build
1 parent 5539236 commit 9044b25

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

package.json

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,28 @@
1010
"typings"
1111
],
1212
"typings": "typings/index.d.ts",
13+
"peerDependencies": {
14+
"workfront-api-constants": "2.0.0"
15+
},
1316
"dependencies": {
14-
"@types/node": "7.0.14",
17+
"@types/node": "7.0.22",
1518
"es6-promise": "4.1.0",
1619
"form-data": "2.1.4",
1720
"isomorphic-fetch": "2.2.1",
1821
"workfront-api-constants": "2.0.0"
1922
},
2023
"devDependencies": {
2124
"@types/form-data": "0.0.33",
22-
"@types/mocha": "2.2.40",
25+
"@types/mocha": "2.2.41",
2326
"@types/should": "8.3.0",
24-
"codecov": "2.1.0",
27+
"codecov": "2.2.0",
2528
"dateformat": "2.0.0",
2629
"execa": "0.6.3",
27-
"fetch-mock": "5.10.0",
28-
"http-server": "0.9.0",
30+
"fetch-mock": "5.11.0",
31+
"http-server": "0.10.0",
2932
"istanbul-instrumenter-loader": "2.0.0",
30-
"karma": "1.6.0",
31-
"karma-chrome-launcher": "2.0.0",
33+
"karma": "1.7.0",
34+
"karma-chrome-launcher": "2.1.1",
3235
"karma-cli": "1.0.1",
3336
"karma-coverage": "1.1.1",
3437
"karma-mocha": "1.3.0",
@@ -37,18 +40,18 @@
3740
"karma-sauce-launcher": "1.1.0",
3841
"karma-sourcemap-loader": "0.3.7",
3942
"karma-webpack": "2.0.3",
40-
"mocha": "3.3.0",
43+
"mocha": "3.4.2",
4144
"phantomjs-polyfill-object-assign": "0.0.2",
4245
"phantomjs-prebuilt": "2.1.14",
4346
"semver": "5.3.0",
4447
"should": "11.2.1",
45-
"ts-loader": "2.0.3",
46-
"tslib": "1.6.1",
47-
"tslint": "5.1.0",
48+
"ts-loader": "2.1.0",
49+
"tslib": "1.7.1",
50+
"tslint": "5.3.2",
4851
"tslint-loader": "3.5.3",
49-
"typedoc": "0.6.0",
50-
"typescript": "2.2.2",
51-
"webpack": "2.4.0"
52+
"typedoc": "0.7.1",
53+
"typescript": "2.3.4",
54+
"webpack": "2.6.1"
5255
},
5356
"scripts": {
5457
"test": "karma start karma.conf.js",

0 commit comments

Comments
 (0)