Skip to content

Commit c5b86cc

Browse files
authored
Merge pull request #5 from excellenteasy/excellenteasy-greenkeeper/standard-10.0.0
Excellenteasy greenkeeper/standard 10.0.0
2 parents 7b0176c + 92aa8dd commit c5b86cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/ios-splash-generate.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function cli () {
4242
}
4343

4444
generate(argv.input, argv.output)
45-
return
4645
} else {
4746
console.error('Please specify an input icon file witht the `-i` option.')
4847
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mkdirp": "^0.5.0",
1616
"rimraf": "^2.2.8",
1717
"semantic-release": "^6.3.2",
18-
"standard": "^8.6.0",
18+
"standard": "^10.0.0",
1919
"tape": "^4.0.0"
2020
},
2121
"bin": "./bin/ios-splash-generate.js",

0 commit comments

Comments
 (0)