We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 369047d + 34cd9a7 commit 7251ccdCopy full SHA for 7251ccd
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - 6
4
+ - 7
5
+ - 8
6
7
notifications:
8
email: false
package.json
@@ -28,6 +28,9 @@
28
"bugs": {
29
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
30
},
31
+ "engines": {
32
+ "node": ">=6.0.0"
33
+ },
34
"homepage": "https://github.com/mrjoelkemp/node-precinct",
35
"dependencies": {
36
"commander": "^2.11.0",
@@ -39,7 +42,7 @@
39
42
"detective-sass": "^2.0.0",
40
43
"detective-scss": "^1.0.0",
41
44
"detective-stylus": "^1.0.0",
- "detective-typescript": "^1.0.0",
45
+ "detective-typescript": "^2.0.0",
46
"module-definition": "^2.2.4",
47
"node-source-walk": "^3.3.0"
48
0 commit comments