Skip to content

Commit 7730708

Browse files
authored
Merge pull request #40 from tailwindcss/target-node-69
Target node 6.9.0
2 parents 49bcffa + 2f8d461 commit 7730708

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,16 @@
5353
"env",
5454
{
5555
"targets": {
56-
"node": "current"
56+
"node": "6.9.0"
5757
}
5858
}
5959
],
6060
"stage-2",
6161
"stage-3",
6262
"react"
6363
]
64+
},
65+
"engines": {
66+
"node": ">=6.9.0"
6467
}
6568
}

0 commit comments

Comments
 (0)