summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index a69e754..e95adab 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,9 @@
6 "license": "MIT", 6 "license": "MIT",
7 "private": true, 7 "private": true,
8 "sideEffects": false, 8 "sideEffects": false,
9 "bin": {
10 "iro-icon-sprite": "./scripts/create_sprite.js"
11 },
9 "devDependencies": { 12 "devDependencies": {
10 "svg-sprite": "^1.5.4" 13 "svg-sprite": "^1.5.4"
11 }, 14 },