We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6ed71 commit d6598d7Copy full SHA for d6598d7
2 files changed
.npmignore
@@ -1,7 +1,11 @@
1
docs
2
example
3
src
4
-
+node_modules
5
+etc
6
+lib
7
+*.tgz
8
+.*
9
.*
10
# jsx Transform Disk Cache
11
.module-cache
package.json
@@ -3,7 +3,12 @@
"author": "Amey Sakhadeo",
"version": "0.1.0",
"description": "A set of d3 based visualization components built for React",
- "main": "./build/index.js",
+ "main": "build/index.js",
+ "files": [
+ "build",
+ "package.json"
+ ],
+
12
"scripts": {},
13
"keywords": [
14
"react",
0 commit comments