-
- Downloads
Updated Bootstrap and fixed group in importer script
Showing
- Makefile 1 addition, 1 deletionMakefile
- core/templates/base.html 2 additions, 2 deletionscore/templates/base.html
- grady/settings/default.py 12 additions, 2 deletionsgrady/settings/default.py
- grady/settings/live.py 1 addition, 1 deletiongrady/settings/live.py
- package.json 3 additions, 2 deletionspackage.json
- util/importer.py 2 additions, 2 deletionsutil/importer.py
- yarn.lock 13 additions, 22 deletionsyarn.lock
... | ... | @@ -7,9 +7,10 @@ |
"author": "Jan Maximilian Michal", | ||
"license": "MIT", | ||
"dependencies": { | ||
"bootstrap": "4.0.0-alpha.6", | ||
"ace-editor-builds": "^1.2.4", | ||
"bootstrap": "4.0.0-beta.2", | ||
"datatables.net": "^1.10.15", | ||
"datatables.net-bs4": "^1.10.15", | ||
"ace-editor-builds" : "^1.2.4" | ||
"popper.js": "^1.12.3" | ||
} | ||
} |
Please register or sign in to comment