Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9c8ba7

Browse files
committed
es6-promise should be a non-dev dependency.
1 parent af49901 commit f9c8ba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ts/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "facility-core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Common code for the Facility API Framework.",
55
"scripts": {
66
"build": "tsc && tslint --exclude **/*.d.ts src/*.ts",
@@ -19,11 +19,13 @@
1919
"types": "src/facilityCore.d.ts",
2020
"devDependencies": {
2121
"@types/chai": "^3.4.34",
22-
"@types/es6-promise": "0.0.32",
2322
"@types/mocha": "^2.2.32",
2423
"chai": "^3.5.0",
2524
"mocha": "^3.1.2",
2625
"tslint": "^3.15.1",
2726
"typescript": "^2.0.9"
27+
},
28+
"dependencies": {
29+
"@types/es6-promise": "0.0.32"
2830
}
2931
}

0 commit comments

Comments
 (0)