There was an error while loading. Please reload this page.
1 parent 97aa83c commit 5cf1df1Copy full SHA for 5cf1df1
HISTORY.md
@@ -4,6 +4,7 @@
4
- Now uses CoffeeScript v2 for compilation
5
- Now compiled with CoffeeScript v2
6
- Updated base files
7
+- Minimum node version is now Node v6, as that is the earliest node version that CoffeeScript v2 supports
8
9
## v2.6.0 2017 April 17
10
- Updated dependencies
package.json
@@ -56,7 +56,7 @@
56
"url": "https://github.com/docpad/docpad-plugin-coffeescript.git"
57
},
58
"engines": {
59
- "node": ">=0.8"
+ "node": ">=6"
60
61
"editions": [
62
{
0 commit comments