- commit
- 1e363e75bc999d8f582cdcbda4216117f2ba174f
- parent
- 622b63bd2d5cdb55cefe8e9364ed8fe3c92df97e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2019-04-11 05:06
drop support for bower
Diffstat
| D | bower.json | 20 | -------------------- |
1 files changed, 0 insertions, 20 deletions
diff --git a/bower.json b/bower.json
@@ -1,20 +0,0 @@1 -1 {2 -1 "name": "sass-planifolia",3 -1 "version": "0.5.0",4 -1 "description": "Vanilla Sass helper functions",5 -1 "main": "index.js",6 -1 "authors": [7 -1 "Tobias Bengfort <tobias.bengfort@posteo.de>"8 -1 ],9 -1 "license": "MIT",10 -1 "keywords": ["sass"],11 -1 "homepage": "https://github.com/xi/sass-planifolia",12 -1 "moduleType": [],13 -1 "ignore": [14 -1 "**/.*",15 -1 "node_modules",16 -1 "bower_components",17 -1 "test",18 -1 "tests"19 -1 ]20 -1 }