1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 15:35:27 +02:00

Outline framework in place

This commit is contained in:
Harvey Kandola 2018-05-18 20:11:24 +01:00
parent 4045197871
commit 942bc386f4
18 changed files with 752 additions and 177 deletions

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.64.4",
"version": "1.65.0",
"description": "The Document IDE",
"private": true,
"repository": "",
@ -48,10 +48,9 @@
"loader.js": "^4.2.3"
},
"dependencies": {
"bootstrap": "^4.0.0",
"mermaid": "^7.1.2",
"node-sass": "^4.7.2",
"bootstrap": "^4.1.0",
"node-sass": "^4.9.0",
"npm": "^5.7.1",
"popper.js": "^1.12.9"
"popper.js": "^1.14.3"
}
}