summaryrefslogtreecommitdiff
path: root/bin/package.json
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-07 17:25:15 -0700
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-07 17:25:15 -0700
commit6f112849bebbacedb9c5fed51c349c386ae9738c (patch)
tree79da070516fae713fff01865cf9d91476a50a3a3 /bin/package.json
parent9b61e39ef33463ffa7cb2e987c39565f092e1890 (diff)
downloadqtlocation-mapboxgl-6f112849bebbacedb9c5fed51c349c386ae9738c.tar.gz
first attempt at testing malformed style parsing
Diffstat (limited to 'bin/package.json')
-rw-r--r--bin/package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/package.json b/bin/package.json
index 4431471e99..0eefafd26a 100644
--- a/bin/package.json
+++ b/bin/package.json
@@ -1,7 +1,8 @@
{
- "name": "llmr-native",
- "version": "0.0.1",
- "dependencies": {
- "glsl-optimizer": "git://github.com/kkaefer/glsl-optimizer.git#amalgamation"
- }
+ "name": "llmr-native",
+ "version": "0.0.1",
+ "dependencies": {
+ "fuzzer": "^0.2.0",
+ "glsl-optimizer": "git://github.com/kkaefer/glsl-optimizer.git#amalgamation"
+ }
}