This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
Hello,
I am using the build-package.sh and it has always worked great for my project, but since I've updated to ESLint 3.x my build is broken.
The problem seems to be that the script uses the APM versions, which is Node 0.10.40, but ESLint 3.x requires Node >=4.
Is there a way to fix or work around this?