Skip to content

Commit

Permalink
Update travis and prep release (#8)
Browse files Browse the repository at this point in the history
* Update travis to use LTS version of node

* Bump version to `8.0.1`
  • Loading branch information
bitfyre authored May 23, 2019
1 parent 9ccd197 commit c6b9735
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- stable
- "lts/*"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fizzion-normalize",
"version": "8.0.0-beta.4",
"version": "8.0.1",
"description": "Normalize.css as a node packaged module using scss",
"main": "main.scss",
"style": "main.scss",
Expand Down

0 comments on commit c6b9735

Please sign in to comment.