Skip to content

Commit 127318c

Browse files
delannidcodeIO
authored andcommitted
Postfix bower.json template file, fixes #66
1 parent f3492e9 commit 127318c

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcryptjs",
33
"description": "Optimized bcrypt in plain JavaScript with zero dependencies.",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"main": "dist/bcrypt.min.js",
66
"license": "New-BSD",
77
"homepage": "http://dcode.io/",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bcryptjs",
33
"description": "Optimized bcrypt in plain JavaScript with zero dependencies. Compatible to 'bcrypt'.",
4-
"version": "2.4.3",
4+
"version": "2.4.4",
55
"author": "Daniel Wirtz <dcode@dcode.io>",
66
"contributors": [
77
"Shane Girish <shaneGirish@gmail.com> (https://github.com/shaneGirish)",

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ scope = { VERSION: pkg.version };
3333
console.log("Updating bower.json with scope", JSON.stringify(scope, null, 2));
3434
fs.writeFileSync(
3535
path.join(rootDir, "bower.json"),
36-
MetaScript.transform(fs.readFileSync(filename = path.join(srcDir, "bower.json")), filename, scope, srcDir)
36+
MetaScript.transform(fs.readFileSync(path.join(srcDir, "bower.json.template")), path.join(srcDir, "bower.json"), scope, srcDir)
3737
);
File renamed without changes.

0 commit comments

Comments
 (0)