reduce readme to be about the code
Showing
... | ... | @@ -59,7 +59,8 @@ |
}, | ||
"scripts": { | ||
"build": "./node_modules/grunt-cli/bin/grunt", | ||
"test": "./node_modules/grunt-cli/bin/grunt test" | ||
"test": "./node_modules/grunt-cli/bin/grunt test", | ||
"dev": "./node_modules/grunt-cli/bin/grunt && ./node_modules/grunt-cli/bin/grunt watch" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
... | ... |
Please
register
or
sign in
to comment