We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b0176c + 92aa8dd commit c5b86ccCopy full SHA for c5b86cc
bin/ios-splash-generate.js
@@ -42,7 +42,6 @@ function cli () {
42
}
43
44
generate(argv.input, argv.output)
45
- return
46
} else {
47
console.error('Please specify an input icon file witht the `-i` option.')
48
package.json
@@ -15,7 +15,7 @@
15
"mkdirp": "^0.5.0",
16
"rimraf": "^2.2.8",
17
"semantic-release": "^6.3.2",
18
- "standard": "^8.6.0",
+ "standard": "^10.0.0",
19
"tape": "^4.0.0"
20
},
21
"bin": "./bin/ios-splash-generate.js",
0 commit comments