- commit
- 64c7a6faa43ae74742ebd80270f99ce20111efc4
- parent
- e2d0b15c6dc83eca8a86f3825daff9b07314752a
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-03-29 08:04
update dependencies
Diffstat
| M | package.json | 9 | ++++++--- |
1 files changed, 6 insertions, 3 deletions
diff --git a/package.json b/package.json
@@ -6,10 +6,11 @@ 6 6 "dependencies": {}, 7 7 "devDependencies": { 8 8 "mocha": "^3.5.3",9 -1 "node-sass": "^4.7.2",-1 9 "node-sass": "^4.8.3", 10 10 "sass-lint": "^1.12.1", 11 11 "sassaby": "^2.1.1",12 -1 "sassdoc": "^2.5.0"-1 12 "sassdoc": "^2.5.0", -1 13 "sassdoc-theme-default": "git+https://github.com/xi/sassdoc-theme-default.git" 13 14 }, 14 15 "scripts": { 15 16 "test": "mocha", @@ -30,7 +31,9 @@ 30 31 "type": "git", 31 32 "url": "git+https://github.com/xi/sass-planifolia.git" 32 33 },33 -1 "files": ["sass"],-1 34 "files": [ -1 35 "sass" -1 36 ], 34 37 "author": "Tobias Bengfort <tobias.bengfort@posteo.de>", 35 38 "license": "MIT" 36 39 }