Skip to content

Commit

Permalink
Merge pull request #3 from jstransformers/boilerplate
Browse files Browse the repository at this point in the history
Update Boilerplate
  • Loading branch information
RobLoach committed Nov 1, 2015
2 parents bf08454 + 6e3edf2 commit 04d6ebc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"

after_success:
- npm run coverage
Expand Down
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.1.0: 2015-11-01

- Updated Boilerplate
- Updated to `esformatter@^0.8.0`

## v0.0.1: 2015-09-08

- Initial release
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"esformatter": "^0.8.0"
},
"name": "jstransformer-esformatter",
"version": "0.0.1",
"version": "0.1.0",
"description": "esformatter support for JSTransformers.",
"keywords": [
"jstransformer"
Expand All @@ -18,6 +18,9 @@
"coverage": "test-jstransformer coverage",
"test": "test-jstransformer"
},
"engines": {
"node": ">=0.10.36"
},
"repository": {
"type": "git",
"url": "https://github.com/jstransformers/jstransformer-esformatter.git"
Expand Down

0 comments on commit 04d6ebc

Please sign in to comment.