jasmine-ts
Advanced tools
Comparing version 0.0.4 to 0.1.0
{ | ||
"name": "jasmine-ts", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "Execute jasmine with ts-node", | ||
"main": "index.js", | ||
"bin": "index.js", | ||
"main": "lib/index.js", | ||
"bin": "lib/index.js", | ||
"scripts": { | ||
"test": "typings i && node index.js -- spec/jasmine-ts.spec.ts" | ||
"test": "tslint index.ts && tsc && node lib/index.js -- spec/jasmine-ts.spec.ts", | ||
"prepublishOnly": "tsc" | ||
}, | ||
@@ -28,10 +29,12 @@ "repository": { | ||
"dependencies": { | ||
"jasmine": "^2.4.1", | ||
"ts-node": "^1.2.1", | ||
"typescript": "^2.0.0" | ||
"jasmine": "^2.5.3", | ||
"ts-node": "^2.1.0", | ||
"typescript": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"typings": "^1.3.2", | ||
"jasmine-spec-reporter": "^2.5.0" | ||
"@types/jasmine": "^2.5.46", | ||
"@types/node": "^7.0.8", | ||
"jasmine-spec-reporter": "^3.2.0", | ||
"tslint": "^4.5.1" | ||
} | ||
} |
@@ -41,3 +41,3 @@ # jasmine-ts | ||
{ | ||
"name": "jasmine-spec-reporter", | ||
"name": "jasmine-spec-reporter#SpecReporter", | ||
"options": { | ||
@@ -50,2 +50,4 @@ "displayStacktrace": "all" | ||
``` | ||
If the reporters are not the default export of the module, | ||
you can reference another export by using the `#` separator. | ||
@@ -52,0 +54,0 @@ * Run the tests |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28717
7
36
65
4
+ Addedstrip-bom@3.0.0(transitive)
+ Addedts-node@2.1.2(transitive)
+ Addedtsconfig@6.0.0(transitive)
- Removedany-promise@1.3.0(transitive)
- Removederror-ex@1.3.2(transitive)
- Removedis-arrayish@0.2.1(transitive)
- Removedis-utf8@0.2.1(transitive)
- Removedparse-json@2.2.0(transitive)
- Removedstrip-bom@2.0.0(transitive)
- Removedts-node@1.7.3(transitive)
- Removedtsconfig@5.0.3(transitive)
Updatedjasmine@^2.5.3
Updatedts-node@^2.1.0
Updatedtypescript@^2.2.1