Skip to content

Commit

Permalink
Sort scripts keys
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Feb 11, 2016
1 parent 03482a4 commit a8e6e24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"private": true,
"scripts": {
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D",
"lint": "python ./script/eslint.py && python ./script/cpplint.py",
"preinstall": "node -e 'process.exit(0)'",
"start": "python ./script/start.py",
"test": "python ./script/test.py",
"bootstrap": "python ./script/bootstrap.py",
"build": "python ./script/build.py -c D"
"test": "python ./script/test.py"
}
}

0 comments on commit a8e6e24

Please sign in to comment.