Skip to content

Commit

Permalink
Version 4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Aug 18, 2017
1 parent d409717 commit 7a845ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion build/sparse-octree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* sparse-octree v4.0.1 build Aug 14 2017
* sparse-octree v4.0.2 build Aug 18 2017
* https://github.com/vanruesc/sparse-octree
* Copyright 2017 Raoul van Rüschen, Zlib
*/
Expand Down
2 changes: 1 addition & 1 deletion build/sparse-octree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparse-octree",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sparse octree data structure.",
"homepage": "https://github.com/vanruesc/sparse-octree",
"main": "build/sparse-octree.js",
Expand Down
30 changes: 13 additions & 17 deletions public/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparse-octree",
"version": "4.0.1",
"version": "4.0.2",
"description": "A sparse octree data structure.",
"homepage": "https://github.com/vanruesc/sparse-octree",
"main": "build/sparse-octree.js",
Expand Down Expand Up @@ -53,23 +53,19 @@

"devDependencies": {
"babel-core": "6.x.x",
"babel-preset-es2015-rollup": "3.0.x",
"babel-preset-es2015-rollup": "3.x.x",
"grunt": "1.x.x",
"grunt-cli": "1.2.x",
"grunt-contrib-nodeunit": "1.0.x",
"grunt-contrib-uglify": "3.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-cli": "1.x.x",
"grunt-contrib-nodeunit": "1.x.x",
"grunt-contrib-uglify": "3.x.x",
"grunt-contrib-copy": "1.x.x",
"grunt-esdoc": "0.x.x",
"grunt-eslint": "20.0.x",
"grunt-rollup": "2.0.x",
"jit-grunt": "0.10.x",
"load-grunt-config": "0.19.x",
"rollup-plugin-babel": "3.0.x",
"rollup-plugin-node-resolve": "3.0.x",
"time-grunt": "1.4.x"
},

"peerDependencies": {
"grunt": ">=0.4.0"
"grunt-eslint": "20.x.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",
"time-grunt": "1.x.x"
}
}

0 comments on commit 7a845ef

Please sign in to comment.