mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Target node 6.9.0
Target the previous Node LTS instead of "whatever version of Node Adam
is running today." 🤦🏻♂️
This commit is contained in:
parent
49bcffa5f2
commit
2f8d461d83
@ -53,7 +53,7 @@
|
||||
"env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "current"
|
||||
"node": "6.9.0"
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -61,5 +61,8 @@
|
||||
"stage-3",
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user