mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
f6af5822c78c8dec3829254504cf9f75679a9771
parent
3ede73bdee26d94af960a158e5ef1f4793a9a4c7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-07-15 06:35
cleanup package.json

Diffstat

M package.json 15 +--------------

1 files changed, 1 insertions, 14 deletions


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

@@ -2,20 +2,7 @@
    2     2   "name": "mfbs",
    3     3   "version": "4.0.0",
    4     4   "description": "mother fucking bootstrap - a minimal CSS framework",
    5    -1   "main": "index.js",
    6    -1   "dependencies": {},
    7    -1   "devDependencies": {},
    8    -1   "scripts": {},
    9    -1   "eyeglass": {
   10    -1     "name": "mfbs",
   11    -1     "sassDir": "sass",
   12    -1     "exports": false,
   13    -1     "needs": "^0.8.0"
   14    -1   },
   15    -1   "keywords": [
   16    -1     "sass",
   17    -1     "eyeglass-module"
   18    -1   ],
   -1     5   "keywords": ["sass"],
   19     6   "repository": {
   20     7     "type": "git",
   21     8     "url": "git+https://github.com/xi/mfbs.git"