Skip to content

Commit

Permalink
Update standard to the latest version πŸš€ (#20)
Browse files Browse the repository at this point in the history
* chore(package): update standard to version 12.0.0

* 🐜 fix: build

* 🐜 fix: package-lock

* 🌟 feat: deprecate node4
  • Loading branch information
greenkeeper[bot] authored and anoff committed Jan 26, 2019
1 parent 611845f commit 0670a1b
Show file tree
Hide file tree
Showing 4 changed files with 1,204 additions and 1,246 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '6'
- '4'
- '8'
- '10'
after_script:
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'

0 comments on commit 0670a1b

Please sign in to comment.