Skip to content

Commit

Permalink
Merge pull request #38 from dependents/bump_typescript
Browse files Browse the repository at this point in the history
Bump TS to 2
  • Loading branch information
mrjoelkemp authored Jan 7, 2018
2 parents 369047d + 34cd9a7 commit 7251ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- 6
- 7
- 8

notifications:
email: false
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"bugs": {
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/mrjoelkemp/node-precinct",
"dependencies": {
"commander": "^2.11.0",
Expand All @@ -39,7 +42,7 @@
"detective-sass": "^2.0.0",
"detective-scss": "^1.0.0",
"detective-stylus": "^1.0.0",
"detective-typescript": "^1.0.0",
"detective-typescript": "^2.0.0",
"module-definition": "^2.2.4",
"node-source-walk": "^3.3.0"
},
Expand Down

0 comments on commit 7251ccd

Please sign in to comment.