File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ var spawn = require("../lib")
1515//------------------------------------------------------------------------------
1616// Main
1717//------------------------------------------------------------------------------
18- /*eslint-disable no-process-exit*/
18+ /*eslint-disable no-process-exit */
1919
2020var argv = process . argv
2121var versionRange = argv [ 2 ]
Original file line number Diff line number Diff line change 3131 "babel-register" : " ^6.9.0" ,
3232 "chokidar-cli" : " ^1.2.0" ,
3333 "codecov" : " ^1.0.1" ,
34- "eslint" : " ^3.0 .0" ,
35- "eslint-config-mysticatea" : " ^5 .0.0" ,
36- "mocha" : " ^2.5.3 " ,
37- "npm-run-all" : " ^2.3 .0" ,
38- "nyc" : " ^6.6.1 " ,
34+ "eslint" : " ^3.6 .0" ,
35+ "eslint-config-mysticatea" : " ^6 .0.0" ,
36+ "mocha" : " ^3.0.2 " ,
37+ "npm-run-all" : " ^3.1 .0" ,
38+ "nyc" : " ^8.3.0 " ,
3939 "opener" : " ^1.4.1" ,
4040 "pinkie-promise" : " ^2.0.1" ,
4141 "power-assert" : " ^1.4.1" ,
Original file line number Diff line number Diff line change 33 * @copyright 2016 Toru Nagashima. All rights reserved.
44 * See LICENSE file in root directory for full license.
55 */
6- /*eslint-disable no-process-exit*/
6+ /*eslint-disable no-process-exit */
77"use strict"
88
99process . stdout . write ( "NG" )
You can’t perform that action at this time.
0 commit comments