Skip to content

Commit 817239e

Browse files
committed
remove .npmignore and explicitly include dist files for npm
1 parent cbb62d3 commit 817239e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.npmignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wordcloud",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Simple React + D3 wordcloud component with powerful features.",
55
"license": "MIT",
66
"homepage": "https://react-wordcloud.netlify.com/",
@@ -26,6 +26,7 @@
2626
"module": "dist/index.module.js",
2727
"source": "index.js",
2828
"typings": "types/index.d.ts",
29+
"files": ["dist"],
2930
"dependencies": {
3031
"d3-array": "^2.4.0",
3132
"d3-cloud": "^1.2.5",

0 commit comments

Comments
 (0)