Skip to content

Commit

Permalink
rm type module package json
Browse files Browse the repository at this point in the history
  • Loading branch information
brianignacio5 committed Jun 18, 2024
1 parent 363536e commit d48fe9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "esptool-js",
"version": "0.4.2",
"type": "module",
"module": "lib/index.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -12,7 +11,7 @@
],
"scripts": {
"build": "npm run clean && tsc && rollup --config",
"clean": "rimraf lib bundle.js .parcel-cache",
"clean": "rimraf lib bundle.js .parcel-cache esptool-js-*.tgz",
"format": "prettier --write \"src/**/*.ts\"",
"genDocs": "rimraf docs && typedoc",
"lint": "eslint . --ext .ts",
Expand Down
File renamed without changes.

0 comments on commit d48fe9c

Please sign in to comment.