1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 18:08:26 -04:00

7 Commits

Author SHA1 Message Date
XhmikosR
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
XhmikosR
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
XhmikosR
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
satoshun00
a91cd6fa09 chore(ci): update email 2016-06-08 02:42:57 +09:00
Shun Sato
15e4c0597e chore(deploy): add auto publish (#1)
* chore(deploy): add auto publish

* docs(readme): add link for full example

* chore(deploy): fix conditional deployment
2016-06-02 03:44:56 +09:00
satoshun00
510ed7103c chore(package): add node>=4.0 support(ci) 2016-05-31 03:29:18 +09:00
Shun Sato
fdd354f25d Initial commit 2016-05-31 02:44:50 +09:00