Commit Graph
27 Commits
Author SHA1 Message Date
XhmikosR 0f4c25eab5 0.43.0 2019-04-09 16:03:12 +03:00
XhmikosR a0c1394f16 Update Hugo to v0.55.0. 2019-04-09 16:03:11 +03:00
XhmikosR 1c80c35296 Update devDependencies. 2019-04-09 16:03:11 +03:00
XhmikosR a1de77a751 Travis: disable email notifications and remove unneeded condition. 2019-04-09 16:03:11 +03:00
XhmikosRandShun Sato 8306fa77bb Update dependencies. 2019-02-11 13:47:14 +09:00
XhmikosRandShun Sato 9b39282ee8 Update Hugo to v0.54.0. 2019-02-11 13:47:14 +09:00
XhmikosRandShun Sato 5f542e07d0 lib/install.js: minor cosmetic changes. 2019-02-11 13:47:14 +09:00
XhmikosRandShun Sato 3ba8a40832 Update ESLint rules. 2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato 7baa5fd998 Update dependencies. 2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato d5e5e6113f Use Object destructuring. 2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato fe5d9a0a52 Travis: Remove osx. 2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato 141cc9dd5e Travis: Remove sudo: false.
See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato c0c85b0785 Hugo v0.52. 2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato 5c84c3d31f Re-add `'use strict' statements.
They are still needed.
2018-12-17 23:14:23 +09:00
XhmikosRandShun Sato f2b396c1a8 Remove unneeded condition. 2018-10-14 16:45:38 +09:00
XhmikosRandShun Sato 38afcaecef Travis CI: specify sudo: false 2018-10-07 21:02:37 +09:00
XhmikosRandShun Sato f8a4aee899 Tweak installation logging. 2018-10-07 21:02:18 +09:00
XhmikosRandShun Sato a24614e635 Replace logalot with signale.
Less dependencies.
2018-10-07 21:02:18 +09:00
XhmikosR 826aefb4da Specify es6 ESLint option. 2018-10-07 12:14:14 +03:00
XhmikosR 39729c28d7 Remove the unused lodash devDependency. 2018-10-07 12:11:28 +03:00
XhmikosR 464ce68138 Switch to rimraf for deleting the folder.
Less dependencies.
2018-10-07 12:03:02 +03:00
XhmikosRandShun Sato ea361afa4a Minor lint tweaks. (#69) 2018-10-07 17:42:52 +09:00
XhmikosRandShun Sato 91ae0484c8 Minor package.json tweaks (#68)
* Add a few script aliases.

* Be more explicit with the lib files included.

* Switch to the caret operator for deps and update them.

We have a package-lock.json file to ensure the deps are what we want.
2018-10-07 17:42:45 +09:00
XhmikosRandShun Sato 1cbcc2cb4a Update README.md (#67)
Minor wording tweaks
2018-10-07 17:41:48 +09:00
XhmikosRandShun Sato abecf89027 Drop Node.js 4.x support and minor updates (#62)
* Drop Node.js 4.x support.

* Update ESLint to v5.1.0.

* README.md: add dependencies badges.
2018-07-21 15:54:39 +09:00
XhmikosRandShun Sato a10898b002 Updates (#57)
* Travis CI: add Node.js 10.x.

* Move eslint mocha where it's needed.

* Update devDependencies.

Notes:

* package-lock.json is saved with npm 6.3.1, the one that ships with node.js 10.x
* eslint 5.x doesn't support node.js 4.x, so don't update it
2018-07-07 12:03:52 +09:00
XhmikosRandShun Sato ee38042f8f Minor package.json tweaks, update .travis.yml and dependencies (#31)
* Refactor package.json properties.

* Update Travis config.

* test node.js node 8 and remove 5 and 4.0
* cache the node_modules folder
* switch to double quotes

* Update dependencies.

* Add package-lock.json.

* Clean up .gitignore to the bare minimum.
2017-10-31 21:55:24 +09:00