Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
stoeffel committed Feb 24, 2016
1 parent df3d5b1 commit c296e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-version.js
Expand Up @@ -12,7 +12,7 @@ replace({

replace({
regex: /(version?"\s?:?\:?\s")([\d\.]*)"/gi,
replacement: '$1' + package.version + "'",
replacement: '$1' + package.version + "\"",
paths: VERSION_FILES,
recursive: false,
silent: false
Expand Down

0 comments on commit c296e49

Please sign in to comment.