Skip to content

Commit

Permalink
Merge pull request #1741 from dac09/improve/explicit-router-typing
Browse files Browse the repository at this point in the history
Specify types for the router package
  • Loading branch information
dac09 committed Feb 5, 2021
2 parents 3774053 + 276fe71 commit 867d441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/router/package.json
Expand Up @@ -2,10 +2,10 @@
"name": "@redwoodjs/router",
"version": "0.24.0",
"files": [
"dist",
"src/index.d.ts"
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@redwoodjs/auth": "^0.24.0",
Expand Down

0 comments on commit 867d441

Please sign in to comment.