From fcab7892521cd1e6ba47056f58877683be3b38a0 Mon Sep 17 00:00:00 2001 From: Sam Thorogood Date: Thu, 4 Aug 2016 21:33:30 -0700 Subject: [PATCH] update to prefer NPM over Bower, update to 2.2.2 --- animateme/step1.md | 6 +++--- iconpopups/step1.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/animateme/step1.md b/animateme/step1.md index 950560c..18592b6 100644 --- a/animateme/step1.md +++ b/animateme/step1.md @@ -15,7 +15,7 @@ Open the `animateme/start/index.html` file in a text editor, and include `web-an - + + @@ -22,9 +22,9 @@ Open the `iconpopups/start/index.html` file in a text editor, and include `web-a ### Alternatives -1. If you're doing this codelab offline, include a local version of the `web-animations-next.min.js` script from a checked out [polyfill repo](https://github.com/web-animations/web-animations-js#web-animations-nextminjs) +1. You can use [NPM](https://www.npmjs.com/package/web-animations-js) or [Bower](https://bower.io/) to depend on `web-animations-js`, version 2.0.0 or later. -2. You can use [Bower](http://bower.io/) to depend on `web-animations-js`, version 2.0.0 or later. +2. You could check out the [polyfill repo](https://github.com/web-animations/web-animations-js#web-animations-nextminjs) directly ## Next