Skip to content

Commit

Permalink
Attempting to fix error export
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRayCode committed Jan 28, 2024
1 parent 247db3b commit 67b3b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "2.1.2",
"version": "2.1.3",
"description": "A GLSL ES 1.0 and 3.0 parser and preprocessor that can preserve whitespace and comments",
"scripts": {
"prepare": "npm run build && ./prepublish.sh",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import generate from './parser/generator';
import parser from './parser/parser';

export type * from './error';
export * from './error';

export { generate, parser };

0 comments on commit 67b3b67

Please sign in to comment.