Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightre committed Feb 20, 2024
1 parent 7cbdfeb commit aad598f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rapid-render",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"files": [
"dist"
Expand All @@ -20,10 +20,10 @@
"devDependencies": {
"rollup": "^4.12.0",
"rollup-plugin-server": "^0.7.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^7.0.2"
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Color } from ".";
import { Color } from "./math";

export type WebGLContext = WebGL2RenderingContext | WebGLRenderingContext;

Expand Down

0 comments on commit aad598f

Please sign in to comment.