diff options
| author | Volpeon <git@volpeon.ink> | 2021-03-17 18:43:36 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-03-17 18:43:36 +0100 |
| commit | 84fd9ce18cff43a4e4b4e8049f5557ae470482ac (patch) | |
| tree | 0f60adc718bc616f9125dee7419a589f1b47319c | |
| parent | Fix (diff) | |
| download | iro-sass-84fd9ce18cff43a4e4b4e8049f5557ae470482ac.tar.gz iro-sass-84fd9ce18cff43a4e4b4e8049f5557ae470482ac.tar.bz2 iro-sass-84fd9ce18cff43a4e4b4e8049f5557ae470482ac.zip | |
v1.0.1
| -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", |
