Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Sep 10, 2023
1 parent 99db977 commit 3120ccc
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 55 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
"release": "turbo build --filter=docs^... && changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@changesets/cli": "^2.26.2",
"eslint": "^7.32.0",
"prettier": "^2.5.1",
"turbo": "latest"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.6.10",
"dependencies": {
"@changesets/changelog-github": "^0.4.8"
}
}
4 changes: 2 additions & 2 deletions packages/materials/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { MeshParallaxMaterial } from "./MeshParallaxMaterial/MeshParallaxMaterial";
export { MeshGlintMaterial } from "./MeshGlintMaterial/MeshGlintMaterial";
export { loadGlintDictionaryQuality } from "./MeshGlintMaterial/glintDictionary";
// export { MeshGlintMaterial } from "./MeshGlintMaterial/MeshGlintMaterial";
// export { loadGlintDictionaryQuality } from "./MeshGlintMaterial/glintDictionary";
Loading

0 comments on commit 3120ccc

Please sign in to comment.