Skip to content

Commit f0ebb3d

Browse files
package
1 parent 223c045 commit f0ebb3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/adrianstephens/TypeScript.git"
20+
"url": "git+https://github.com/adrianstephens/TypeScript.git"
2121
},
2222
"main": "./lib/typescript.js",
2323
"typings": "./lib/typescript.d.ts",
2424
"bin": {
25-
"tsc": "./bin/tsc",
26-
"tsserver": "./bin/tsserver"
25+
"tsc": "bin/tsc",
26+
"tsserver": "bin/tsserver"
2727
},
2828
"engines": {
2929
"node": ">=14.17"

0 commit comments

Comments
 (0)