Skip to content

Commit

Permalink
fix: update the files included in the build (#30)
Browse files Browse the repository at this point in the history
* Update the files included in the build

* Bump the rc version
  • Loading branch information
nazarhussain authored Nov 28, 2024
1 parent e1052fa commit 6005af1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
File renamed without changes.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "@dapplion/benchmark",
"version": "0.2.6-rc.1",
"version": "0.2.6-rc.2",
"repository": "[email protected]:dapplion/benchmark.git",
"author": "dapplion <[email protected]>",
"license": "MIT",
"bin": {
"benchmark": "./bin/index.js"
"benchmark": "./bin/index.cjs"
},
"files": [
"lib/**/*.d.ts",
"lib/**/*.d.ts.map",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/package.json",
"*.d.ts",
"*.js",
"bin"
Expand Down

0 comments on commit 6005af1

Please sign in to comment.