From 8e512e21a6fad2138b2315e0867c02bd24e3d05b Mon Sep 17 00:00:00 2001 From: Blake Bourque Date: Wed, 15 Aug 2018 21:43:38 +0900 Subject: [PATCH] jquery package moved to non-core directory Update link and jquery version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a79ac3f..89444b0 100755 --- a/README.md +++ b/README.md @@ -81,10 +81,10 @@ This example is for the Bootstrap theme. You can use another theme package. See First: ```bash -$ npm install --save jquery@1.11.2 datatables.net-bs +$ npm install --save jquery@1.12.1 datatables.net-bs ``` -Note that we install jquery@1.11.2. This needs to match the current version of jQuery included with Meteor's `jquery` package. (See the version comment in https://github.com/meteor/meteor/blob/master/packages/jquery/package.js) Otherwise, due to the `datatables.net` package depending on `jquery` NPM package, it might automatically install the latest `jquery` version, which may conflict with Bootstrap or Meteor. +Note that we install jquery@1.12.1. This needs to match the current version of jQuery included with Meteor's `jquery` package. (See the version comment in https://github.com/meteor/meteor/blob/master/packages/non-core/jquery/package.js) Otherwise, due to the `datatables.net` package depending on `jquery` NPM package, it might automatically install the latest `jquery` version, which may conflict with Bootstrap or Meteor. Then, somewhere in your client JavaScript: