Skip to content

Commit

Permalink
fix: add missing require in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jul 12, 2022
1 parent 0f68174 commit 96c0dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
}
},
"import": "./dist/pinia.mjs",
"require": "./index.js",
"types": "./dist/pinia.d.ts"
},
"./package.json": "./package.json",
Expand Down

0 comments on commit 96c0dbc

Please sign in to comment.