Comparing version 6.1.0 to 6.1.1
@@ -99,4 +99,4 @@ #!/usr/bin/env node | ||
if (!argv.output) return process.stdout.write(src) | ||
fs.writeFile(argv.output, src) | ||
fs.writeFileSync(argv.output, src) | ||
} | ||
} |
{ | ||
"name": "glslify", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "A node.js-style module system for GLSL!", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"stack-trace": "0.0.9", | ||
"static-eval": "^1.1.1", | ||
"static-eval": "^2.0.0", | ||
"tape": "^4.6.0", | ||
@@ -36,0 +36,0 @@ "through2": "^2.0.1", |
@@ -62,3 +62,3 @@ # glslify [![stability][0]][1] | ||
### var src = `glsl\`shader source...\`` | ||
### var src = glsl\`shader source...\` | ||
@@ -65,0 +65,0 @@ Compile a shader inline using `glsl` as a |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34943
+ Addedescodegen@2.1.0(transitive)
+ Addedestraverse@5.3.0(transitive)
+ Addedstatic-eval@2.1.1(transitive)
- Removeddeep-is@0.1.4(transitive)
- Removedescodegen@1.14.3(transitive)
- Removedestraverse@4.3.0(transitive)
- Removedfast-levenshtein@2.0.6(transitive)
- Removedlevn@0.3.0(transitive)
- Removedoptionator@0.8.3(transitive)
- Removedprelude-ls@1.1.2(transitive)
- Removedstatic-eval@1.1.1(transitive)
- Removedtype-check@0.3.2(transitive)
- Removedword-wrap@1.2.5(transitive)
Updatedstatic-eval@^2.0.0