mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Update deps.
This commit is contained in:
parent
7b5599e9d1
commit
16926f821d
3 changed files with 8 additions and 7 deletions
|
@ -8,10 +8,12 @@
|
||||||
* change type `txt-svg` to `img-svg`, no thumbs but preview
|
* change type `txt-svg` to `img-svg`, no thumbs but preview
|
||||||
* fixes a tree indentaion glitch
|
* fixes a tree indentaion glitch
|
||||||
* fixes shell command detection on Windows
|
* fixes shell command detection on Windows
|
||||||
|
* fixes Piwik anayltics
|
||||||
* fixes `.htaccess` auth issues
|
* fixes `.htaccess` auth issues
|
||||||
* adds `rust` type and icon
|
* adds `rust` type and icon
|
||||||
* adds `autoplay` option to audio and video preview
|
* adds `autoplay` option to audio and video preview
|
||||||
* removes *Install* section from `README.md`, caused to much trouble
|
* removes *Install* section from `README.md`, caused too much trouble
|
||||||
|
* removes peer5 support
|
||||||
* updates build process to use `node 6.0+`, no need for babel now
|
* updates build process to use `node 6.0+`, no need for babel now
|
||||||
* replaces `jquery-qrcode` with `kjua`
|
* replaces `jquery-qrcode` with `kjua`
|
||||||
* replaces `prism` with `lolight`
|
* replaces `prism` with `lolight`
|
||||||
|
@ -19,7 +21,7 @@
|
||||||
* removes `jQuery`
|
* removes `jQuery`
|
||||||
* removes `lodash`
|
* removes `lodash`
|
||||||
* removes `modulejs`
|
* removes `modulejs`
|
||||||
* language updates and additions (`nl`, `pl`)
|
* language updates and additions (`et`, `nl`, `pl`)
|
||||||
|
|
||||||
|
|
||||||
## v0.28.0 - *2015-12-19*
|
## v0.28.0 - *2015-12-19*
|
||||||
|
|
|
@ -16,15 +16,15 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-loader": "6.2.4",
|
"babel-loader": "6.2.4",
|
||||||
"babel-preset-es2015": "6.9.0",
|
"babel-preset-es2015": "6.9.0",
|
||||||
"eslint": "3.1.1",
|
"eslint": "3.2.2",
|
||||||
"ghu": "0.9.0",
|
"ghu": "0.11.0",
|
||||||
"jsdom": "9.4.1",
|
"jsdom": "9.4.1",
|
||||||
"kjua": "0.1.1",
|
"kjua": "0.1.1",
|
||||||
"lolight": "0.3.0",
|
"lolight": "0.3.0",
|
||||||
"marked": "0.3.5",
|
"marked": "0.3.6",
|
||||||
"normalize.css": "4.2.0",
|
"normalize.css": "4.2.0",
|
||||||
"null-loader": "0.1.1",
|
"null-loader": "0.1.1",
|
||||||
"scar": "0.14.0"
|
"scar": "0.17.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
/* only here as a reference, these values are the hardcoded defaults */
|
|
||||||
{
|
{
|
||||||
"lang": "estonian",
|
"lang": "estonian",
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue