Skip to content

Commit

Permalink
fix(core): version.js
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Aug 23, 2020
1 parent 04cf6ae commit f8ba87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { version } = require('./package.json')
const platforms = require('./platforms')
const updatePackageJson = require('./update-package')

for (const name of [platforms, 'linux-musl']) {
for (const name of [...platforms, 'linux-musl']) {
const pkgDir = path.join(__dirname, 'npm', `core-${name}`)
updatePackageJson(path.join(pkgDir, 'package.json'), {
version,
Expand Down

0 comments on commit f8ba87d

Please sign in to comment.