Skip to content

Commit

Permalink
fix: set package-lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 14, 2018
1 parent 9777540 commit 413281f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate-pkg-lock.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ helpers.run(libs.GENERATOR_PATH)
const lock = JSON.parse(fs.readFileSync(templateLock));

lock.name = '<%= packageName %>';
lock.version = '<%= version %>';

fs.writeFileSync(templateLock, JSON.stringify(lock, null, 2));

Expand Down

0 comments on commit 413281f

Please sign in to comment.