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.

1 comment on commit d48fe9c

@hhvrc
Copy link

@hhvrc hhvrc commented on d48fe9c Dec 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this done? We need to patch the package json in the repo where we use it to fix this and make it usable 🤔

Please sign in to comment.