diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json index e95adab..90a7605 100644 --- a/package.json +++ b/package.json | |||
@@ -1,18 +1,19 @@ | |||
1 | { | 1 | { |
2 | "name": "iro-icons", | 2 | "name": "iro-icons", |
3 | "version": "1.0.0", | 3 | "version": "1.0.1", |
4 | "description": "Icons of the Iro design system", | 4 | "description": "Icons of the Iro design system", |
5 | "author": "Volpeon", | 5 | "author": "Volpeon", |
6 | "license": "MIT", | 6 | "license": "MIT", |
7 | "private": true, | 7 | "private": true, |
8 | "sideEffects": false, | 8 | "sideEffects": false, |
9 | "type": "module", | ||
9 | "bin": { | 10 | "bin": { |
10 | "iro-icon-sprite": "./scripts/create_sprite.js" | 11 | "iro-icon-sprite": "./scripts/create_sprite.js" |
11 | }, | 12 | }, |
12 | "devDependencies": { | 13 | "devDependencies": { |
13 | "svg-sprite": "^1.5.4" | 14 | "svg-sprite": "^2.0.2" |
14 | }, | 15 | }, |
15 | "peerDependencies": { | 16 | "peerDependencies": { |
16 | "svg-sprite": "^1.5.4" | 17 | "svg-sprite": "^2.0.2" |
17 | } | 18 | } |
18 | } | 19 | } |