Skip to content

Commit 54b7c82

Browse files
author
Claus Reinke
committed
fix package version and git dependency (#39)
1 parent 8ba4976 commit 54b7c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-tools",
3-
"version": "v0.4.0-testing_ts1.4-1",
3+
"version": "v0.4.1-testing-ts1.4",
44
"description": "TypeScript Services commandline server",
55
"bin": {
66
"tss": "bin/tss"
@@ -18,5 +18,5 @@
1818
"preferGlobal": true,
1919
"author": "Claus Reinke",
2020
"license": "Apache License, Version 2.0",
21-
"dependencies": "git+https://github.com/Microsoft/TypeScript.git"
21+
"dependencies": "git+ssh://git@github.com:Microsoft/TypeScript.git"
2222
}

0 commit comments

Comments
 (0)