fix: correct summary typo and update npm dependency in standard-minifier-js package

- Fixed a typo in the package summary, changing 'inspered' to 'Inspired'.
- Updated the npm dependency from 'meteor-package-install-swc' to '@meteorjs/swc-core' for better clarity and alignment with current naming conventions.
This commit is contained in:
italo jose
2025-04-30 09:21:42 -03:00
parent f713d672f4
commit d27218e71b

View File

@@ -1,7 +1,7 @@
Package.describe({
name: 'standard-minifier-js',
version: '3.1.0',
summary: 'Standard javascript minifiers used with Meteor apps by default. inspered into https://github.com/zodern/minify-js-sourcemaps',
summary: 'Standard javascript minifiers used with Meteor apps by default. Inspired into https://github.com/zodern/minify-js-sourcemaps',
documentation: 'README.md',
});
@@ -12,7 +12,7 @@ Package.registerBuildPlugin({
'ecmascript'
],
npmDependencies: {
'meteor-package-install-swc': '1.1.2',
'@meteorjs/swc-core': '1.1.2',
'acorn': '8.10.0',
"@babel/runtime": "7.18.9",
'@babel/parser': '7.22.7',