Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f2d7711

Browse files
committedJul 28, 2019
Update standard to 13.x
1 parent 2ea7c28 commit f2d7711

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const args = require('minimist')(process.argv.slice(2), {
2020
boolean: ['missing', 'unused', 'dev', 'version', 'ignore', 'default-entries', 'verbose'],
2121
alias: {
2222
'ignore-module': 'i',
23-
'extensions': 'e'
23+
extensions: 'e'
2424
}
2525
})
2626

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ async function resolveDefaultEntriesPaths (opts) {
225225

226226
const mainPath = joinAndResolvePath(pkgDir, pkg.main || 'index.js')
227227

228-
let paths = []
228+
const paths = []
229229

230230
// Add the path of the main file
231231
try {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"husky": "^3.0.0",
4343
"installed-check": "^2.2.0",
4444
"npm-run-all": "^4.1.5",
45-
"standard": "^12.0.1"
45+
"standard": "^13.1.0"
4646
},
4747
"directories": {
4848
"test": "test"

0 commit comments

Comments
 (0)
This repository has been archived.