Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Sep 18, 2024
1 parent 8556637 commit bce5c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"icon": true,
"vue": true,
"test": false,
"version": "0.3.0",
"version": "0.4.0",
"style": true,
"install": false,
"react": false,
Expand Down
3 changes: 1 addition & 2 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ module.exports = wrap(async function (component) {
pkg.peerDependencies = peerDependencies
}
pkg.exports = {
require: `./cjs/${component}/index.js`,
import: `./esm/${component}/index.js`,
'.': `./esm/${component}/index.js`,
'./css': `./luna-${component}.css`,
[`./luna-${component}.css`]: `./luna-${component}.css`,
[`./luna-${component}.js`]: `./luna-${component}.js`,
Expand Down
2 changes: 1 addition & 1 deletion src/shader-toy-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shader-toy-player",
"version": "0.3.0",
"version": "0.4.0",
"description": "Shader toy player",
"luna": {
"icon": true,
Expand Down

0 comments on commit bce5c3d

Please sign in to comment.