Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit c87a75d

Browse files
committed
upgrade dependencies
1 parent 3b19100 commit c87a75d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"babylon": "6.8.0",
2525
"chai": "^3.5.0",
2626
"filewalker": "0.1.2",
27-
"karma": "^1.3.0",
27+
"karma": "^1.4.1",
2828
"karma-chai": "^0.1.0",
2929
"karma-mocha": "^1.2.0",
3030
"karma-nativescript-launcher": "^0.4.0",
3131
"lazy": "1.0.11",
32-
"mocha": "^3.0.2",
33-
"nativescript-dev-typescript": "^0.3.6",
34-
"typescript": "^2.1.5"
32+
"mocha": "^3.2.0",
33+
"nativescript-dev-typescript": "^0.3.7",
34+
"typescript": "^2.1.6"
3535
}
3636
}

demo/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es5",
5-
"sourceMap": true,
65
"experimentalDecorators": true,
76
"emitDecoratorMetadata": true,
87
"noEmitHelpers": true,

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,24 @@
2727
],
2828
"author": "Nader Toukabri <[email protected]>",
2929
"license": "Unlicense",
30-
"contributors": [{
31-
"name" : "Ludovic Fabrèges",
32-
"url" : "https://github.com/lfabreges"
33-
}],
30+
"contributors": [
31+
{
32+
"name": "Ludovic Fabrèges",
33+
"url": "https://github.com/lfabreges"
34+
}
35+
],
3436
"bugs": {
3537
"url": "https://github.com/naderio/nativescript-socket.io/issues"
3638
},
3739
"homepage": "https://github.com/naderio/nativescript-socket.io#readme",
3840
"devDependencies": {
3941
"chai": "^3.5.0",
40-
"karma": "^1.2.0",
42+
"karma": "^1.4.1",
4143
"karma-chai": "^0.1.0",
4244
"karma-mocha": "^1.3.0",
4345
"karma-nativescript-launcher": "^0.4.0",
44-
"mocha": "^3.0.2",
45-
"tns-core-modules": "*",
46-
"typescript": "^2.1.5"
46+
"mocha": "^3.2.0",
47+
"tns-core-modules": "^2.5.0",
48+
"typescript": "^2.1.6"
4749
}
4850
}

0 commit comments

Comments
 (0)