sass-planifolia

Vanilla Sass helper functions
git clone https://git.ce9e.org/sass-planifolia.git

commit
b727ebba2e044b98477f47f76b1c74ae9d3d8193
parent
9ae7fa657a400fe8c0dcc3a78ccc64c644b00ef8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-16 07:37
update devDependencies

Diffstat

M package.json 7 +++----

1 files changed, 3 insertions, 4 deletions


diff --git a/package.json b/package.json

@@ -3,11 +3,10 @@
    3     3   "version": "0.6.0",
    4     4   "description": "Vanilla Sass helper functions",
    5     5   "main": "index.js",
    6    -1   "dependencies": {},
    7     6   "devDependencies": {
    8    -1     "mocha": "^6.1.2",
    9    -1     "node-sass": "^4.8.3",
   10    -1     "sassdoc": "^2.6.0"
   -1     7     "mocha": "^9.2.0",
   -1     8     "node-sass": "^7.0.1",
   -1     9     "sassdoc": "^2.7.3"
   11    10   },
   12    11   "scripts": {
   13    12     "test": "mocha",