We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbca77 commit 87b3f78Copy full SHA for 87b3f78
package.json
@@ -11,7 +11,8 @@
11
"node": ">=8"
12
},
13
"repository": {
14
- "type": "git"
+ "type": "git",
15
+ "url": "https://github.com/unlight/typescript-transform-unspec.git"
16
17
"scripts": {
18
"test": "npm run eslint && npm run tscheck && npm run test:cov && npm run typecov",
@@ -39,6 +40,7 @@
39
40
"setupwebpack": "npm i -D webpack webpack-cli webpack-dev-server html-webpack-plugin source-map-loader ts-loader html-loader swc-loader @swc/core",
41
"commit": "git-cz"
42
43
+ "dependencies": {},
44
"peerDependencies": {
45
"typescript": ">=2.9"
46
0 commit comments