aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2020-01-27 19:47:08 +0300
committerEug-VS <eug-vs@keemail.me>2020-01-27 19:47:08 +0300
commitf4d827289e54ac66d1b0033cb3b6a27d920adaab (patch)
treefd30f72d1270974d44f24505b87de4ee9d224785 /package.json
parent92316d9e41c1285cddcc7407225bdbfa841c6de8 (diff)
downloadreact-benzin-f4d827289e54ac66d1b0033cb3b6a27d920adaab.tar.gz
feat: add .npmignore
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/package.json b/package.json
index d4d1f90..0dbdcbc 100644
--- a/package.json
+++ b/package.json
@@ -4,10 +4,6 @@
"description": "A powerful React Material components library.",
"main": "dist/index.js",
"module": "dist/index.js",
- "files": [
- "dist",
- "README.md"
- ],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},