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

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naderio committed Feb 14, 2017
1 parent 3b19100 commit c87a75d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"babylon": "6.8.0",
"chai": "^3.5.0",
"filewalker": "0.1.2",
"karma": "^1.3.0",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.2.0",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"mocha": "^3.0.2",
"nativescript-dev-typescript": "^0.3.6",
"typescript": "^2.1.5"
"mocha": "^3.2.0",
"nativescript-dev-typescript": "^0.3.7",
"typescript": "^2.1.6"
}
}
1 change: 0 additions & 1 deletion demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
Expand Down
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,24 @@
],
"author": "Nader Toukabri <contact@nader.tn>",
"license": "Unlicense",
"contributors": [{
"name" : "Ludovic Fabrèges",
"url" : "https://github.com/lfabreges"
}],
"contributors": [
{
"name": "Ludovic Fabrèges",
"url": "https://github.com/lfabreges"
}
],
"bugs": {
"url": "https://github.com/naderio/nativescript-socket.io/issues"
},
"homepage": "https://github.com/naderio/nativescript-socket.io#readme",
"devDependencies": {
"chai": "^3.5.0",
"karma": "^1.2.0",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-nativescript-launcher": "^0.4.0",
"mocha": "^3.0.2",
"tns-core-modules": "*",
"typescript": "^2.1.5"
"mocha": "^3.2.0",
"tns-core-modules": "^2.5.0",
"typescript": "^2.1.6"
}
}

0 comments on commit c87a75d

Please sign in to comment.