ignore icons _all icons in npm package

This commit is contained in:
Grzegorz Leoniec 2019-02-26 10:47:44 +01:00
parent 0bbaba189f
commit 4edea10b18
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
2 changed files with 7 additions and 2 deletions

1
.npmignore Normal file
View File

@ -0,0 +1 @@
src/system/icons/_all

View File

@ -1,6 +1,6 @@
{
"name": "@human-connection/styleguide",
"version": "0.5.1",
"version": "0.5.2",
"private": false,
"scripts": {
"serve": "http-server ./docs -o -s",
@ -68,7 +68,11 @@
"webpack-bundle-analyzer": "~3.0.4",
"webpack-merge-and-include-globally": "~2.1.14"
},
"author": "visualjerk",
"authors": [
"appinteractive",
"roschaefer",
"visualjerk"
],
"main": "./dist/system.umd.min.js",
"files": [
"dist/*",