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 31bda64 commit c90309dCopy full SHA for c90309d
package.json
@@ -364,7 +364,6 @@
364
"@types/glob": "^7.2.0",
365
"@types/js-yaml": "^4.0.3",
366
"@types/mocha": "^9.0.0",
367
- "@types/node-fetch": "^2.x",
368
"@types/vscode": "^1.61.0",
369
"@types/webpack-env": "^1.16.2",
370
"@typescript-eslint/eslint-plugin": "^5.2.0",
@@ -379,7 +378,6 @@
379
378
"js-yaml": "^4.0.0",
380
"jszip": "^3.7.1",
381
"mocha": "^9.1.3",
382
- "node-fetch": "^2.x",
383
"path-browserify": "^1.0.1",
384
"process": "^0.11.10",
385
"rimraf": "^3.0.2",
@@ -390,6 +388,9 @@
390
388
"webpack": "^5.60.0",
391
389
"webpack-cli": "^4.9.1"
392
},
+ "dependencies": {
+ "node-fetch": "^3.x"
393
+ },
394
"repository": {
395
"type": "git",
396
"url": "https://github.com/dosasm/masm-tasm"
0 commit comments