We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0c684 commit dc2af85Copy full SHA for dc2af85
2 files changed
packages/cashc/package.json
@@ -25,6 +25,7 @@
25
"main": "dist/main/index",
26
"module": "dist/module/index",
27
"types": "dist/module/index",
28
+ "sideEffects": false,
29
"bin": {
30
"cashc": "dist/main/cashc-cli.js"
31
},
packages/cashscript/package.json
@@ -24,6 +24,7 @@
24
"directories": {
"lib": "src",
"test": "test"
0 commit comments