From 14a5b13735cf49b9e35d7dfc3dd23f1adee21978 Mon Sep 17 00:00:00 2001 From: Marcus Stade Date: Fri, 16 Oct 2015 01:00:57 +0200 Subject: [PATCH] Updated all examples to use unbundled version of nap This means having to explicitly declare rhumb as a dependency, since it's no longer bundled with nap. The examples are contrived anyway, so the fact that this is both a chore to maintain and an eyesore is just a poke to say that we need better examples. --- basic/basic.html | 1 + basic/bodies.html | 1 + basic/middleware.html | 1 + basic/names.html | 1 + basic/navigation.html | 1 + basic/negotiate.html | 1 + basic/requirejs.html | 12 ++++-------- basic/views.html | 1 + package.json | 3 ++- 9 files changed, 13 insertions(+), 9 deletions(-) diff --git a/basic/basic.html b/basic/basic.html index 70fea41..3899877 100644 --- a/basic/basic.html +++ b/basic/basic.html @@ -2,6 +2,7 @@ + diff --git a/basic/bodies.html b/basic/bodies.html index 125efbf..fe8ac4f 100644 --- a/basic/bodies.html +++ b/basic/bodies.html @@ -2,6 +2,7 @@ + diff --git a/basic/middleware.html b/basic/middleware.html index f0d20a6..9c21219 100644 --- a/basic/middleware.html +++ b/basic/middleware.html @@ -2,6 +2,7 @@ + diff --git a/basic/names.html b/basic/names.html index 004b8b4..3cb2279 100644 --- a/basic/names.html +++ b/basic/names.html @@ -2,6 +2,7 @@ + diff --git a/basic/navigation.html b/basic/navigation.html index a5c3ea4..c2f0b4a 100644 --- a/basic/navigation.html +++ b/basic/navigation.html @@ -2,6 +2,7 @@ + diff --git a/basic/negotiate.html b/basic/negotiate.html index ddef8ee..f751164 100644 --- a/basic/negotiate.html +++ b/basic/negotiate.html @@ -2,6 +2,7 @@ + diff --git a/basic/requirejs.html b/basic/requirejs.html index 471e156..136cc72 100644 --- a/basic/requirejs.html +++ b/basic/requirejs.html @@ -6,16 +6,12 @@ @@ -25,7 +21,7 @@ diff --git a/package.json b/package.json index 643c227..d1380aa 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "0.0.1", "description": "Examples of how to use @websdk/nap", "dependencies": { - "@websdk/nap": "0.9.7", + "@websdk/nap": "0.9.8", + "@websdk/rhumb": "0.3.4", "d3": "3.5.6" }, "repository": {