mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user