Skip to content

Commit 9a4d926

Browse files
committed
feature(package) putout v10.0.3
1 parent afd7b25 commit 9a4d926

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ yarn-error.log
66

77
.nyc_output
88
*.swp
9+
.putoutcache
910

.madrun.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
const {run} = require('madrun');
44

5+
const a = 1_1;
6+
57
module.exports = {
6-
'lint': () => 'putout lib test .madrun.js --cache',
8+
'lint': () => 'putout lib test .madrun.js',
79
'fix:lint': () => run('lint', '--fix'),
810
'report': () => 'nyc report --reporter=text-lcov | coveralls',
911
'coverage': () => 'nyc npm test',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"mock-require": "^3.0.2",
6262
"nodemon": "^2.0.1",
6363
"nyc": "^15.0.0",
64-
"putout": "^9.1.0",
64+
"putout": "^10.0.3",
6565
"supertape": "^2.0.1"
6666
},
6767
"publishConfig": {

0 commit comments

Comments
 (0)