Skip to content

Commit

Permalink
Merge pull request #15 from ShaderFrog/js-maybe
Browse files Browse the repository at this point in the history
Bumping to include js extension?
  • Loading branch information
AndrewRayCode authored Apr 4, 2024
2 parents b3a85b1 + 3146947 commit e403be7
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": "3.0.0",
"version": "3.0.1",
"type": "module",
"description": "A GLSL ES 1.0 and 3.0 parser and preprocessor that can preserve whitespace and comments",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/parser/glsl-grammar.pegjs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// This require() without a file extension is an intentional hack. For local
// development, this will find the TypeScript file grammar.ts. When publihsed
// to npm, it will find the compiled Javascript file grammar.js.
} = require('./grammar');
} = require('./grammar.js');
}}

// Local parser code, unique to each invocation of the parser
Expand Down

0 comments on commit e403be7

Please sign in to comment.