Skip to content

Commit 7251ccd

Browse files
authored
Merge pull request #38 from dependents/bump_typescript
Bump TS to 2
2 parents 369047d + 34cd9a7 commit 7251ccd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- 6
4+
- 7
5+
- 8
46

57
notifications:
68
email: false

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"bugs": {
2929
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
3030
},
31+
"engines": {
32+
"node": ">=6.0.0"
33+
},
3134
"homepage": "https://github.com/mrjoelkemp/node-precinct",
3235
"dependencies": {
3336
"commander": "^2.11.0",
@@ -39,7 +42,7 @@
3942
"detective-sass": "^2.0.0",
4043
"detective-scss": "^1.0.0",
4144
"detective-stylus": "^1.0.0",
42-
"detective-typescript": "^1.0.0",
45+
"detective-typescript": "^2.0.0",
4346
"module-definition": "^2.2.4",
4447
"node-source-walk": "^3.3.0"
4548
},

0 commit comments

Comments
 (0)