[chore] change package info

This commit is contained in:
Jay
2020-08-25 11:16:54 +08:00
parent 7ec4de3192
commit 3de862d4c4
4 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const { version } = require('../package.json')
updatePackageJson(path.join(__dirname, '..', 'package.json'), {
optionalDependencies: platforms.reduce((acc, cur) => {
acc[`@napi-rs/package-template-${cur}`] = `^${version}`
acc[`rs-diff-${cur}`] = `^${version}`
return acc
}, {}),
})