d7d390239b
Remove utils.endsWith |
||
---|---|---|
bin | ||
docs | ||
src | ||
tasks | ||
tests | ||
.babelrc | ||
.eslintrc | ||
.gitignore | ||
.jscsrc | ||
.npmrc | ||
.nvmrc | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
package.json | ||
webpack.config.js |
README.md
addons-validator
The Add-ons Validator, JS edition.
Required node version
Node v0.12.x or greater is required. Using nvm is probably the easiest way to manage multiple node versions side by side. See nvm on github for more details.
Install dependencies
Install dependencies with npm:
npm install
Dependencies are automatically kept up-to-date using greenkeeper.
Testing
Tests use grunt
but don't require global grunt
. Just run:
npm test