Skip to content

Commit 6005af1

Browse files
authored
fix: update the files included in the build (#30)
* Update the files included in the build * Bump the rc version
1 parent e1052fa commit 6005af1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

bin/index.js bin/index.cjs

File renamed without changes.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "@dapplion/benchmark",
3-
"version": "0.2.6-rc.1",
3+
"version": "0.2.6-rc.2",
44
"repository": "[email protected]:dapplion/benchmark.git",
55
"author": "dapplion <[email protected]>",
66
"license": "MIT",
77
"bin": {
8-
"benchmark": "./bin/index.js"
8+
"benchmark": "./bin/index.cjs"
99
},
1010
"files": [
1111
"lib/**/*.d.ts",
12+
"lib/**/*.d.ts.map",
1213
"lib/**/*.js",
1314
"lib/**/*.js.map",
15+
"lib/**/package.json",
1416
"*.d.ts",
1517
"*.js",
1618
"bin"

0 commit comments

Comments
 (0)