Clean up.
This commit is contained in:
parent
869f1f5cda
commit
24d8359a2e
4 changed files with 18 additions and 5 deletions
|
@ -1,3 +1,2 @@
|
|||
/build/
|
||||
/node_modules/
|
||||
/**/vendor/
|
||||
|
|
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,6 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
* fix archive-single-item problem
|
||||
* add header/footer search stop condition
|
||||
* update languages (`id`, `it`, `pt-br`, `pt-pt`)
|
||||
* add `@babel/core` 7.4.3
|
||||
* add `@babel/preset-env` 7.4.3
|
||||
* remove `babel-loader`
|
||||
* update `eslint` to 5.16.0
|
||||
* update `ghu` to 0.18.0
|
||||
* update `jsdom` to 14.0.0
|
||||
* update `kjua` to 0.4.0
|
||||
* update `lolight` to 1.2.0
|
||||
* update `scar` to 1.6.0
|
||||
|
||||
|
||||
## v0.29.2 - *2019-03-22*
|
||||
|
||||
* update `babel-loader` to 7.1.1
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[![license][license-img]][github] [![web][web-img]][web] [![github][github-img]][github]
|
||||
|
||||
A modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee.
|
||||
A modern HTTP web server index for Apache httpd, lighttpd, and nginx.
|
||||
|
||||
|
||||
## Important
|
||||
|
@ -20,7 +20,8 @@ There are installation ready packages for the latest [releases][release] and
|
|||
[dev builds][develop]. But to build **h5ai** yourself either `git clone` or
|
||||
download the repository. From within the root folder run the following
|
||||
commands to find a fresh zipball in folder `build` (tested on linux only,
|
||||
requires [`node 6.0+`][node] to be installed).
|
||||
requires [`node 10.0+`][node] to be installed, might work on other
|
||||
configurations).
|
||||
|
||||
~~~sh
|
||||
> npm install
|
||||
|
|
|
@ -14,12 +14,11 @@
|
|||
"lint": "eslint .",
|
||||
"test": "node test",
|
||||
"build": "node ghu release",
|
||||
"precommit": "npm run lint && npm run test"
|
||||
"precommit": "npm run -s lint && npm run -s test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.4.3",
|
||||
"@babel/preset-env": "7.4.3",
|
||||
"babel-loader": "8.0.5",
|
||||
"eslint": "5.16.0",
|
||||
"ghu": "0.18.0",
|
||||
"jsdom": "14.0.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue