Merge pull request #308 from nfischer/fix-package-json

chore(package): remove v0.8 from engines list
This commit is contained in:
Ari Porad 2016-01-24 17:53:25 -08:00
commit 7244c932fa

View File

@ -30,6 +30,6 @@
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
}
}