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:
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"
+ ]
}