Commit 7c8310f4 authored by Raoul v. R's avatar Raoul v. R
Browse files

Updated docs.

parent 23017430
Showing with 19 additions and 18 deletions
+19 -18
{
"name": "postprocessing",
"version": "2.2.0",
"version": "2.3.0",
"description": "A post processing library that provides the means to implement 2D filter effects for three.js.",
"homepage": "https://github.com/vanruesc/postprocessing",
"main": "build/postprocessing.js",
......@@ -52,27 +52,28 @@
"dependencies": {
"dat.gui": "0.6.x",
"stats.js": "0.17.x",
"three": "0.86.x"
"three": "0.87.x"
},
"devDependencies": {
"babel-preset-es2015-rollup": "3.0.x",
"babel-core": "6.x.x",
"babel-preset-es2015-rollup": "3.x.x",
"grunt": "1.x.x",
"grunt-cli": "1.2.x",
"grunt-contrib-clean": "1.1.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-nodeunit": "1.0.x",
"grunt-contrib-uglify": "3.0.x",
"grunt-cli": "1.x.x",
"grunt-contrib-clean": "1.x.x",
"grunt-contrib-copy": "1.x.x",
"grunt-contrib-nodeunit": "1.x.x",
"grunt-contrib-uglify": "3.x.x",
"grunt-esdoc": "0.x.x",
"grunt-eslint": "20.0.x",
"grunt-eslint": "20.x.x",
"grunt-inline-import": "0.x.x",
"grunt-rollup": "2.0.x",
"jit-grunt": "0.10.x",
"load-grunt-config": "0.19.x",
"rollup-plugin-babel": "2.7.x",
"rollup-plugin-node-resolve": "3.0.x",
"rollup-plugin-string": "2.0.x",
"time-grunt": "1.4.x"
"grunt-rollup": "3.x.x",
"jit-grunt": "0.x.x",
"load-grunt-config": "0.x.x",
"rollup-plugin-babel": "3.x.x",
"rollup-plugin-node-resolve": "3.x.x",
"rollup-plugin-string": "2.x.x",
"time-grunt": "1.x.x"
},
"peerDependencies": {
......
......@@ -139,7 +139,7 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">3/3</span></td>
<td style="display: none;" data-ice="size">1881 byte</td>
<td style="display: none;" data-ice="lines">76</td>
<td style="display: none;" data-ice="updated">2017-08-03 11:59:39 (UTC)</td>
<td style="display: none;" data-ice="updated">2017-08-03 13:45:52 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/materials/CombineMaterial.js.html">src/materials/CombineMaterial.js</a></span></td>
......@@ -316,7 +316,7 @@
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">6/6</span></td>
<td style="display: none;" data-ice="size">1922 byte</td>
<td style="display: none;" data-ice="lines">81</td>
<td style="display: none;" data-ice="updated">2017-08-03 12:06:42 (UTC)</td>
<td style="display: none;" data-ice="updated">2017-08-03 13:45:55 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/passes/ClearMaskPass.js.html">src/passes/ClearMaskPass.js</a></span></td>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment