Skip to content

Commit 9469e8f

Browse files
authored
feat: expose fiddle-core CLI from package (#39)
1 parent e6387a1 commit 9469e8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"name": "fiddle-core",
77
"version": "0.0.2",
88
"main": "lib/index.js",
9+
"bin": {
10+
"fiddle-core": "lib/index.js"
11+
},
912
"types": "dist/fiddle-core.d.ts",
1013
"files": [
1114
"dist/**/*"

0 commit comments

Comments
 (0)