Skip to content

Commit

Permalink
Updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Aug 18, 2017
1 parent 2301743 commit 7c8310f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions public/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions public/docs/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 7c8310f

Please sign in to comment.