Skip to content

Commit

Permalink
publish a version of the jquery package to work with v2 and v3
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed Oct 2, 2024
1 parent aac4b94 commit 2b33cd5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/non-core/jquery/.versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[email protected]-alpha300.11
[email protected].1-alpha300.10
[email protected].0-alpha300.10
modules@1.0.0-alpha300.10
modules-runtime@1.0.0-alpha300.10
[email protected]
[email protected].2
[email protected].1
modules@0.20.1
modules-runtime@0.13.2
5 changes: 3 additions & 2 deletions packages/non-core/jquery/package.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Package.describe({
summary: "Manipulate the DOM using CSS selectors",
version: '3.0.1-alpha300.10'
version: '3.0.2'
});

Package.onUse(function (api) {
api.use('[email protected]');
api.versionsFrom(['2.16', '3.0.3']);
api.use('modules');

// Note that you can `meteor npm install jquery` (any version) into your
// application's node_modules directory, and the meteor/jquery package
Expand Down

0 comments on commit 2b33cd5

Please sign in to comment.