Skip to content

Commit

Permalink
fix: router-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 5, 2022
1 parent 5fc8a31 commit d0896f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/router-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
},
"type": "commonjs",
"bin": {
"tsr": "build/cjs/index.js"
"tsr": "bin/tsr.js"
},
"engines": {
"node": ">=12"
},
"files": [
"build/**",
"src",
"bin"
"src/**",
"bin/**"
],
"sideEffects": false,
"module": "build/esm/index.js",
"main": "build/cjs/index.js",
"browser": "build/cjs/index.js",
"module": "bin/tsr.js",
"main": "bin/tsr.js",
"browser": "bin/tsr.js",
"types": "build/types/index.d.ts",
"dependencies": {
"@babel/core": "^7.20.2",
Expand Down

0 comments on commit d0896f1

Please sign in to comment.