Skip to content

Commit

Permalink
fix: add missing cli folder to npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
popul committed May 13, 2022
1 parent a159835 commit f30753f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "17.0.6",
"description": "Fungibles and non-fungibles tokens on the RChain blockchain",
"main": "src/index.js",
"files": [
"src",
"cli",
"*.js"
],
"scripts": {
"generate": "node generateJavascripts",
"build:browser": "npx rollup -c",
Expand Down

0 comments on commit f30753f

Please sign in to comment.