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 7b269fa commit de91500Copy full SHA for de91500
package.json
@@ -13,7 +13,7 @@
13
},
14
"repository": {
15
"type": "git",
16
- "url": "git://github.com/chrisdickinson/glsl-parser.git"
+ "url": "git://github.com/gl-modules/glsl-parser.git"
17
18
"keywords": [
19
"glsl",
@@ -22,6 +22,10 @@
22
"through",
23
"stream"
24
],
25
- "author": "Chris Dickinson <chris@neversaw.us>",
+ "authors": [
26
+ "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
27
+ "Mikola Lysenko <mikolalysenko@gmail.com> (http://0fps.net)",
28
+ "Chris Dickinson <chris@neversaw.us> (http://neversaw.us)"
29
+ ],
30
"license": "MIT"
31
}
0 commit comments