Skip to content

Commit 8c1b5b8

Browse files
committed
👔 lint fix
1 parent 315c658 commit 8c1b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bin/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ function dir( file ) {
99
}
1010

1111
let content = fs.readFileSync( dir('../js/index.js'), 'utf8' );
12-
content = content.replace( /Infinite Scroll v[\w\.\-]+/,
12+
content = content.replace( /Infinite Scroll v[\w.-]+/,
1313
`Infinite Scroll v${version}` );
1414
fs.writeFileSync( dir('../js/index.js'), content, 'utf8' );

0 commit comments

Comments
 (0)