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 0afa1f7 commit 007baf7
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.topath.js",
"version": "2.0.2",
"version": "2.0.3",
"description": "An extension for svg.js to convert shapes to paths",
"main": "svg.topath.node.js",
"main": "dist/svg.topath.node.js",
"unpkg": "dist/svg.topath.min.js",
"jsdelivr": "dist/svg.topath.min.js",
"browser": "src/svg.topath.js",
"module": "src/svg.topath.js",
"files": [
"/dist",
"/src",
"/svg.topath.js.d.ts"
],
"keywords": [
"svg.js"
],
Expand Down

0 comments on commit 007baf7

Please sign in to comment.