Skip to content

Commit

Permalink
Adding missing included file?
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRayCode committed Jan 28, 2024
1 parent e082843 commit 247db3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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.1",
"version": "2.1.2",
"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 All @@ -15,6 +15,7 @@
"files": [
"ast",
"index.d.ts",
"error.d.ts",
"index.js",
"parser",
"preprocessor"
Expand Down

0 comments on commit 247db3b

Please sign in to comment.