Commit Graph
13 Commits
Author SHA1 Message Date
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