Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacek Pietal committed Nov 11, 2021
1 parent d13970e commit 0ae064f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detect-collisions",
"version": "3.0.1",
"version": "3.0.2",
"description": "2d collision detection for circles, polygons, and points (with SAT and BVH)",
"main": "dist/index.js",
"types": "out/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,6 @@
},
"homepage": "https://github.com/Prozi/detect-collisions#readme",
"dependencies": {
"docdash": "^1.2.0",
"rbush": "^3.0.1",
"sat": "^0.9.0"
},
Expand All @@ -56,6 +55,7 @@
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"docdash": "^1.2.0",
"jest": "^27.3.1",
"jsdoc": "^3.6.7",
"pixi-shim": "^2.3.10",
Expand Down

0 comments on commit 0ae064f

Please sign in to comment.