Skip to content

Commit 9f63beb

Browse files
authored
Update builds for microbundle v15 (#619)
- See: developit/microbundle#950
1 parent 102419f commit 9f63beb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "eslint \"packages/*/{src,test}/**/*.ts\"",
2020
"validate": "scripts/validate.js",
2121
"preversion": "yarn run test",
22-
"version": "lerna run dist --parallel && gltf-transform -h > docs/CLI_HELP.md && git add -u docs",
22+
"version": "yarn clean:dist && lerna run dist && gltf-transform -h > docs/CLI_HELP.md && git add -u docs",
2323
"postpublish": "git push && git push --tags && yarn run docs:deploy",
2424
"docs": "typedoc packages/core/src/core.ts packages/extensions/src/extensions.ts packages/functions/src/index.ts docs/pages.ts --out docs/dist/ --name glTF-Transform --excludeInternal --excludeNotDocumented --theme docs/theme --media docs/media --readme docs/INDEX.md --includes docs",
2525
"docs:watch": "concurrently \"yarn docs --watch\" \"vercel dev\"",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Don McCurdy <dm@donmccurdy.com>",
88
"license": "MIT",
99
"main": "dist/core.js",
10-
"module": "dist/core.modern.js",
10+
"module": "dist/core.modern.mjs",
1111
"source": "src/core.ts",
1212
"types": "dist/core.d.ts",
1313
"sideEffects": false,

packages/extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Don McCurdy <dm@donmccurdy.com>",
88
"license": "MIT",
99
"main": "dist/extensions.js",
10-
"module": "dist/extensions.modern.js",
10+
"module": "dist/extensions.modern.mjs",
1111
"source": "src/extensions.ts",
1212
"types": "dist/extensions.d.ts",
1313
"sideEffects": false,

packages/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"author": "Don McCurdy <dm@donmccurdy.com>",
88
"license": "MIT",
99
"main": "dist/functions.js",
10-
"module": "dist/functions.modern.js",
10+
"module": "dist/functions.modern.mjs",
1111
"source": "src/index.ts",
1212
"types": "dist/index.d.ts",
1313
"sideEffects": false,

0 commit comments

Comments
 (0)