Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
fix: add all dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
leon0399 committed Nov 27, 2022
1 parent 5d8f19d commit 0f9b638
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esptool.ts",
"version": "0.10.0",
"version": "0.13.6",
"description": "Updated TypeScript port of the esptool",
"homepage": "https://github.com/openhaptics/esptool.ts",
"repository": {
Expand All @@ -16,8 +16,8 @@
],
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow yarn",
Expand All @@ -32,7 +32,7 @@
"build:docs": "typedoc"
},
"files": [
"build",
"dist",
"README.md"
],
"keywords": [
Expand All @@ -56,5 +56,8 @@
"prettier": "^2.7.1",
"typedoc": "^0.23.21",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@types/w3c-web-serial": "^1.0.3"
}
}

0 comments on commit 0f9b638

Please sign in to comment.