Skip to content

Commit

Permalink
Fix npm publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RaananW committed Jun 23, 2022
1 parent 2a9bf9b commit 8593266
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/gui-editor/package.json
Expand Up @@ -6,7 +6,7 @@
"esnext": "dist/babylon.guiEditor.max.js",
"typings": "dist/babylon.guiEditor.module.d.ts",
"files": [
"dist",
"dist/**/*.*",
"readme.md",
"license.md"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/inspector/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/babylon.inspector.bundle.max.js",
"typings": "dist/babylon.inspector.module.d.ts",
"files": [
"dist",
"dist/**/*.*",
"readme.md",
"license.md"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/public/@babylonjs/node-editor/package.json
Expand Up @@ -6,7 +6,7 @@
"esnext": "dist/babylon.nodeEditor.max.js",
"typings": "dist/babylon.nodeEditor.module.d.ts",
"files": [
"dist",
"dist/**/*.*",
"readme.md",
"license.md"
],
Expand Down

0 comments on commit 8593266

Please sign in to comment.