Skip to content

Commit

Permalink
Update builds for microbundle v15
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Jul 10, 2022
1 parent 102419f commit 215022a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "eslint \"packages/*/{src,test}/**/*.ts\"",
"validate": "scripts/validate.js",
"preversion": "yarn run test",
"version": "lerna run dist --parallel && gltf-transform -h > docs/CLI_HELP.md && git add -u docs",
"version": "yarn clean:dist && lerna run dist && gltf-transform -h > docs/CLI_HELP.md && git add -u docs",
"postpublish": "git push && git push --tags && yarn run docs:deploy",
"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",
"docs:watch": "concurrently \"yarn docs --watch\" \"vercel dev\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Don McCurdy <dm@donmccurdy.com>",
"license": "MIT",
"main": "dist/core.js",
"module": "dist/core.modern.js",
"module": "dist/core.modern.mjs",
"source": "src/core.ts",
"types": "dist/core.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Don McCurdy <dm@donmccurdy.com>",
"license": "MIT",
"main": "dist/extensions.js",
"module": "dist/extensions.modern.js",
"module": "dist/extensions.modern.mjs",
"source": "src/extensions.ts",
"types": "dist/extensions.d.ts",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "Don McCurdy <dm@donmccurdy.com>",
"license": "MIT",
"main": "dist/functions.js",
"module": "dist/functions.modern.js",
"module": "dist/functions.modern.mjs",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
Expand Down

0 comments on commit 215022a

Please sign in to comment.