Skip to content

Commit

Permalink
bump version and restrict which files are uploaded too npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Apr 28, 2019
1 parent ee2efea commit 48bbb2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svgdotjs/svg.filter.js",
"version": "3.0.5",
"version": "3.0.6",
"description": "A plugin for svg.js adding filter functionality",
"keywords": [
"svg.js",
Expand Down Expand Up @@ -33,6 +33,11 @@
"jsdelivr": "dist/svg.filter.min.js",
"browser": "src/svg.filter.js",
"module": "src/svg.filter.js",
"files": [
"/dist",
"/src",
"/svg.filter.js.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/svgdotjs/svg.filter.js.git"
Expand Down

0 comments on commit 48bbb2b

Please sign in to comment.