Skip to content

Commit 81fda31

Browse files
authored
Merge pull request #306 from TIBCOSoftware/fix-types
Fix typings error in build server
2 parents c4b9a62 + c7fe417 commit 81fda31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"devDependencies": {
1414
"@angular/compiler-cli": "~2.4.0",
1515
"@angular/platform-server": "~2.4.0",
16-
"@types/core-js": "^0.9.35",
16+
"@types/core-js": "0.9.35",
1717
"@types/d3": "^3.5.16",
1818
"@types/jasmine": "2.5.40",
19-
"@types/jquery": "^2.0.39",
20-
"@types/lodash": "^4.14.47",
21-
"@types/node": "^6.0.58",
22-
"@types/postal": "^1.0.28",
23-
"@types/socket.io-client": "^1.4.29",
19+
"@types/jquery": "2.0.39",
20+
"@types/lodash": "4.14.47",
21+
"@types/node": "6.0.58",
22+
"@types/postal": "1.0.28",
23+
"@types/socket.io-client": "1.4.29",
2424
"jasmine-core": "~2.4.1",
2525
"karma": "^1.3.0",
2626
"karma-chrome-launcher": "^2.0.0",

0 commit comments

Comments
 (0)