Skip to content

Commit

Permalink
make sure the correct files are uploaded to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Apr 25, 2019
1 parent 6ad1209 commit 0a8d31a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "@svgdotjs/svg.topoly.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "An extension for svg.js to convert shapes to polygons",
"main": "svg.topoly.node.js",
"main": "dist/svg.topoly.node.js",
"unpkg": "dist/svg.topoly.min.js",
"jsdelivr": "dist/svg.topoly.min.js",
"browser": "src/svg.topoly.js",
"module": "src/svg.topoly.js",
"files": [
"/dist",
"/src",
"/svg.topoly.js.d.ts"
],
"keywords": [
"svg.js"
],
Expand Down

0 comments on commit 0a8d31a

Please sign in to comment.