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.
1 parent 315c658 commit 8c1b5b8Copy full SHA for 8c1b5b8
‎bin/version.js
@@ -9,6 +9,6 @@ function dir( file ) {
9
}
10
11
let content = fs.readFileSync( dir('../js/index.js'), 'utf8' );
12
-content = content.replace( /Infinite Scroll v[\w\.\-]+/,
+content = content.replace( /Infinite Scroll v[\w.-]+/,
13
`Infinite Scroll v${version}` );
14
fs.writeFileSync( dir('../js/index.js'), content, 'utf8' );
0 commit comments