Sort scripts keys

This commit is contained in:
Kevin Sawicki 2016-02-10 09:43:29 -08:00
parent 03482a4427
commit a8e6e24e58

View file

@ -11,11 +11,11 @@
}, },
"private": true, "private": true,
"scripts": { "scripts": {
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D",
"lint": "python ./script/eslint.py && python ./script/cpplint.py", "lint": "python ./script/eslint.py && python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'", "preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py", "start": "python ./script/start.py",
"test": "python ./script/test.py", "test": "python ./script/test.py"
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D"
} }
} }