Skip to content

Commit 87b3f78

Browse files
author
roman.vasilev
committed
chore: Updated package.json
1 parent 9dbca77 commit 87b3f78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"node": ">=8"
1212
},
1313
"repository": {
14-
"type": "git"
14+
"type": "git",
15+
"url": "https://github.com/unlight/typescript-transform-unspec.git"
1516
},
1617
"scripts": {
1718
"test": "npm run eslint && npm run tscheck && npm run test:cov && npm run typecov",
@@ -39,6 +40,7 @@
3940
"setupwebpack": "npm i -D webpack webpack-cli webpack-dev-server html-webpack-plugin source-map-loader ts-loader html-loader swc-loader @swc/core",
4041
"commit": "git-cz"
4142
},
43+
"dependencies": {},
4244
"peerDependencies": {
4345
"typescript": ">=2.9"
4446
},

0 commit comments

Comments
 (0)