From 705a5d9e9372463cb9400cedb16c3524ad803041 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 2 Feb 2016 03:04:27 -0800 Subject: [PATCH] chore: update version of in-mem web api in samples package.json --- public/docs/_examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index b234d0e806..b722283176 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -25,7 +25,7 @@ "rxjs": "5.0.0-beta.0", "zone.js": "0.5.10", - "a2-in-memory-web-api": "^0.0.4", + "a2-in-memory-web-api": "^0.1.0", "bootstrap": "^3.3.6" },