diff options
-rw-r--r-- | package.json | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/package.json b/package.json index c93a3b3..4a52052 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "iro-sass", | 2 | "name": "iro-sass", |
3 | "version": "1.0.0", | 3 | "version": "1.0.1", |
4 | "author": "Feuerfuchs <me@feuerfuchs.dev>", | 4 | "author": "Volpeon <me@volpeon.ink>", |
5 | "license": "MIT", | 5 | "license": "MIT", |
6 | "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", | 6 | "description": "A mixin-based Sass framework that makes it easier to work with BEM, organize variables and more.", |
7 | "main": "src/main.scss", | 7 | "main": "src/main.scss", |
@@ -18,12 +18,9 @@ | |||
18 | ], | 18 | ], |
19 | "repository": { | 19 | "repository": { |
20 | "type": "git", | 20 | "type": "git", |
21 | "url": "git+https://git.vulpes.one/Feuerfuchs/iro-sass.git" | 21 | "url": "git+https://git.vulpes.one/iro-sass/" |
22 | }, | 22 | }, |
23 | "bugs": { | 23 | "homepage": "https://git.vulpes.one/iro-sass/", |
24 | "url": "https://git.vulpes.one/Feuerfuchs/iro-sass/issues" | ||
25 | }, | ||
26 | "homepage": "https://git.vulpes.one/Feuerfuchs/iro-sass", | ||
27 | "devDependencies": { | 24 | "devDependencies": { |
28 | "mocha": "^8.3.2", | 25 | "mocha": "^8.3.2", |
29 | "nodemon": "^2.0.7", | 26 | "nodemon": "^2.0.7", |