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 0df117e commit 8e963dcCopy full SHA for 8e963dc
package.json
@@ -18,9 +18,7 @@
18
"scripts": {
19
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
20
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
21
- "build": "npm run build.cjs && npm run build.esm",
22
- "prepack": "../changeModbusDependencies.sh package.json",
23
- "postpack": "rm package.json && mv package.json.bck package.json"
+ "build": "npm run build.cjs && npm run build.esm"
24
},
25
"exports": {
26
"require": "./cjs/index.js",
0 commit comments