Skip to content

Commit d48fe9c

Browse files
committed
rm type module package json
1 parent 363536e commit d48fe9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "esptool-js",
33
"version": "0.4.2",
4-
"type": "module",
54
"module": "lib/index.js",
65
"main": "lib/index.js",
76
"types": "lib/index.d.ts",
@@ -12,7 +11,7 @@
1211
],
1312
"scripts": {
1413
"build": "npm run clean && tsc && rollup --config",
15-
"clean": "rimraf lib bundle.js .parcel-cache",
14+
"clean": "rimraf lib bundle.js .parcel-cache esptool-js-*.tgz",
1615
"format": "prettier --write \"src/**/*.ts\"",
1716
"genDocs": "rimraf docs && typedoc",
1817
"lint": "eslint . --ext .ts",
File renamed without changes.

0 commit comments

Comments
 (0)