Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
updated and moved dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Hartwig committed Sep 1, 2017
1 parent 18ba6ad commit 80db723
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions samples/basic-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@
"version": "1.0.0",

"scripts": {
"test": "karma start --single-run --code-coverage"
"test": "karma start --single-run --code-coverage",
"pretest" : "node_modules/.bin/tsc -p ."
},

"dependencies": {
"@types/jasmine": "^2.5.35",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-typescript": "^2.1.7",
"typescript": "2.1",
"tslint": "^4.4.2"
},


"devDependencies": {
"gulp": "^3.9.1",
"karma-typescript": "^2.1.7"
"@types/jasmine": "2.5.x",
"jasmine-core": "2.8.x",
"karma": "1.7.x",
"karma-phantomjs-launcher": "1.0.x",
"karma-cli": "1.0.x",
"karma-jasmine": "1.1.x",
"karma-typescript": "3.0.x",
"typescript": "2.5.x",
"tslint": "5.7.x"
}
}

0 comments on commit 80db723

Please sign in to comment.