mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
bumped jquery & blaze
This commit is contained in:
Submodule packages/non-core/blaze updated: 339c58d67b...08958f0e1a
5
packages/non-core/jquery/.versions
Normal file
5
packages/non-core/jquery/.versions
Normal file
@@ -0,0 +1,5 @@
|
||||
core-runtime@2.0.0-alpha300.10
|
||||
jquery@3.0.1-alpha300.10
|
||||
meteor@2.0.0-alpha300.10
|
||||
modules@1.0.0-alpha300.10
|
||||
modules-runtime@1.0.0-alpha300.10
|
||||
4
packages/non-core/jquery/package.js
vendored
4
packages/non-core/jquery/package.js
vendored
@@ -1,10 +1,10 @@
|
||||
Package.describe({
|
||||
summary: "Manipulate the DOM using CSS selectors",
|
||||
version: '3.0.0'
|
||||
version: '3.0.1-alpha300.10'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.use('modules');
|
||||
api.use('modules@1.0.0-alpha300.10');
|
||||
|
||||
// Note that you can `meteor npm install jquery` (any version) into your
|
||||
// application's node_modules directory, and the meteor/jquery package
|
||||
|
||||
Reference in New Issue
Block a user