Skip to content

Commit

Permalink
- Update @flatten-js/core to v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbol99 committed Apr 27, 2019
1 parent 4615b77 commit d7bc1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@flatten-js/core": "^1.0.14",
"@flatten-js/polygon-offset": "^1.0.2",
"@flatten-js/core": "^1.0.15",
"@flatten-js/polygon-offset": "^1.0.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "2.1.8"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatten-js/polygon-offset",
"version": "1.0.4",
"version": "1.0.5",
"description": "Polygon equidistant offset",
"main": "dist/main.cjs.js",
"umd:main": "dist/main.umd.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@flatten-js/boolean-op": "^1.1.1"
},
"peerDependencies": {
"@flatten-js/core": "^1.0.14"
"@flatten-js/core": "^1.0.15"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
Expand Down

0 comments on commit d7bc1f6

Please sign in to comment.