Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
northamerican committed Sep 11, 2020
1 parent b87d2c0 commit dec4d16
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paper-clipper",
"version": "1.0.0-beta",
"version": "1.0.0",
"description": "Use Clipper's boolean and offsetting operations in paper.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -16,7 +16,15 @@
"author": "Chris Bitsakis",
"license": "MIT",
"private": false,
"keywords": ["paperjs", "paper", "offset", "offsetting", "clipper", "boolean", "operations"],
"keywords": [
"paperjs",
"paper",
"offset",
"offsetting",
"clipper",
"boolean",
"operations"
],
"dependencies": {
"js-angusj-clipper": "^1.1.0",
"paper": "^0.12.11",
Expand Down

0 comments on commit dec4d16

Please sign in to comment.