Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-01 10:16:02 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-01 11:42:12 +0300
commit6ca00acc0eb25b18fe7088e615777b3727dbeff0 (patch)
tree5b830e902a108f027da4e29a56b3f1d20dce0884 /package.json
parent945eecf0d61b656296b400505a210ce69e8cf800 (diff)
package.json: specify the files to include
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5ca40b33e..b0191f433 100644
--- a/package.json
+++ b/package.json
@@ -26,5 +26,8 @@
"cross-env": "^5.2.0",
"shx": "^0.3.2",
"svgo": "^1.3.0"
- }
+ },
+ "files": [
+ "icons/*.svg"
+ ]
}