Skip to content

Commit 7c9ce65

Browse files
committed
Improve content of npm package
1 parent 9a1f25f commit 7c9ce65

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
src/*
2-
tsconfig.json
32

43
package-lock.json
4+
package.json.bck
5+
tsconfig.*
6+
57
node_modules/*
68
*.tsbuildinfo
79

changeModbusDependencies.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"build.cjs": "tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > cjs/package.json",
2020
"build.esm": "tsc --build tsconfig.json && echo '{\"type\": \"module\"}' > esm/package.json",
2121
"build": "npm run build.cjs && npm run build.esm",
22-
"prepack": "../server.shared/changeModbusDependencies.sh package.json",
22+
"prepack": "../changeModbusDependencies.sh package.json",
2323
"postpack": "rm package.json && mv package.json.bck package.json"
2424
},
2525
"exports": {

0 commit comments

Comments
 (0)