We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9091102 commit 3766a49Copy full SHA for 3766a49
package.json
@@ -4,12 +4,11 @@
4
"description": "transform streamed glsl tokens into an ast",
5
"main": "stream.js",
6
"dependencies": {
7
- "glsl-tokenizer": "^1.0.0",
+ "glsl-tokenizer": "^2.0.0",
8
"through": "2.3.4",
9
"through2": "^0.6.3"
10
},
11
"devDependencies": {
12
- "glsl-tokenizer": "git://github.com/stackgl/glsl-tokenizer#2.0.0",
13
"tap-spec": "^1.0.1",
14
"tape": "^3.0.2"
15
0 commit comments