Skip to content

Commit

Permalink
fix(package): add missing asterisk
Browse files Browse the repository at this point in the history
  • Loading branch information
therufa committed Jul 4, 2019
1 parent f78c5c5 commit 8248d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Material Design Icons for Vue.js",
"main": "./dist/index.js",
"files": [
"./dist/"
"./dist/*"
],
"directories": {
"lib": "./dist/"
Expand Down Expand Up @@ -49,4 +49,4 @@
"rimraf": "^2.6.3",
"standard-version": "^4.2.0"
}
}
}

0 comments on commit 8248d71

Please sign in to comment.