Commit 921a9b27 authored by Sam Saccone's avatar Sam Saccone

tests: Remove pushd for CI compat

parent 250898a9
{
"private": true,
"scripts": {
"lint": "pushd .. && jscs",
"postlint": "popd"
"lint": "cd .. && jscs"
},
"dependencies": {
"jscs": "^2.7.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment