Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package's node + twigjs versions; update travis's node versions; bump #32

Merged
merged 7 commits into from
Jun 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- 4
- 6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would also add 8

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of the dependencies test 8. twig.js tests 4 and 6. Since Twig is what we care about it makes sense to match its tests

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point :)

before_install:
- npm install -g istanbul
- npm install -g codeclimate-test-reporter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</tr>
<tr>
<td>Node Version</td>
<td>>= 0.10</td>
<td>>= 4</td>
</tr>
<tr>
<td>Gulp Version</td>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gulp-twig",
"description": "Twig.js plugin for gulp.js (gulpjs.com)",
"version": "0.7.0",
"version": "1.0.0",
"homepage": "https://github.com/zimmen/gulp-twig",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"gulp-util": "^3.0.7",
"map-stream": "^0.1.0",
"replace-ext": "0.0.1",
"twig": "0.10.0"
"twig": "^1.10.4"
},
"devDependencies": {
"mocha": "*",
Expand All @@ -23,7 +23,7 @@
"test": "mocha -R spec"
},
"engines": {
"node": ">= 0.9.0"
"node": ">=4.0"
},
"keywords": [
"twig",
Expand Down