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

Commit 126b68a

Browse files
committed
Update libs
1 parent 9c7cd57 commit 126b68a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"homepage": "https://github.com/svi3c/jasmine-ts#readme",
2727
"dependencies": {
2828
"jasmine": "^2.4.1",
29-
"ts-node": "^0.7.2",
30-
"typescript": "^1.8.10"
29+
"ts-node": "^1.2.1",
30+
"typescript": "^2.0.0"
3131
},
3232
"devDependencies": {
33-
"typings": "^0.8.1",
34-
"jasmine-spec-reporter": "^2.4.0"
33+
"typings": "^1.3.2",
34+
"jasmine-spec-reporter": "^2.5.0"
3535
}
3636
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"files": [
3-
"typings/main.d.ts"
3+
"typings/index.d.ts"
44
]
55
}

typings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "jasmine-ts",
3-
"version": false,
43
"dependencies": {},
5-
"ambientDevDependencies": {
6-
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446"
4+
"globalDevDependencies": {
5+
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255"
76
}
87
}

0 commit comments

Comments
 (0)