This commit is contained in:
Jay
2020-08-27 11:56:54 +08:00
parent f090f0acc0
commit 43b005d487
6 changed files with 20 additions and 24 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[`rs-diff-${cur}`] = `^${version}`
acc[`@mtfos/rs-diff-${cur}`] = `^${version}`
return acc
}, {}),
})