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 363536e commit d48fe9cCopy full SHA for d48fe9c
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "esptool-js",
3
"version": "0.4.2",
4
- "type": "module",
5
"module": "lib/index.js",
6
"main": "lib/index.js",
7
"types": "lib/index.d.ts",
@@ -12,7 +11,7 @@
12
11
],
13
"scripts": {
14
"build": "npm run clean && tsc && rollup --config",
15
- "clean": "rimraf lib bundle.js .parcel-cache",
+ "clean": "rimraf lib bundle.js .parcel-cache esptool-js-*.tgz",
16
"format": "prettier --write \"src/**/*.ts\"",
17
"genDocs": "rimraf docs && typedoc",
18
"lint": "eslint . --ext .ts",
rollup.config.js rollup.config.mjsrollup.config.js renamed to rollup.config.mjs
0 commit comments