diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-07 17:25:15 -0700 |
---|---|---|
committer | Mike Morris <michael.patrick.morris@gmail.com> | 2014-07-07 17:25:15 -0700 |
commit | 6f112849bebbacedb9c5fed51c349c386ae9738c (patch) | |
tree | 79da070516fae713fff01865cf9d91476a50a3a3 /bin/package.json | |
parent | 9b61e39ef33463ffa7cb2e987c39565f092e1890 (diff) | |
download | qtlocation-mapboxgl-6f112849bebbacedb9c5fed51c349c386ae9738c.tar.gz |
first attempt at testing malformed style parsing
Diffstat (limited to 'bin/package.json')
-rw-r--r-- | bin/package.json | 11 |
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" + } } |