Skip to content

Commit

Permalink
fix: Update package.json CJS entry file path (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankaindl committed Aug 3, 2022
1 parent 3eba856 commit db9a0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/virtual-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/sponsors/tannerlinsley"
},
"module": "build/esm/index.js",
"main": "build/cjs/packages/virtual-core/src/index.js",
"main": "build/cjs/index.js",
"browser": "build/umd/index.production.js",
"types": "build/types/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit db9a0ce

Please sign in to comment.