From 183e3faf9c7fc00c2c9b6458f0787aa6918aa816 Mon Sep 17 00:00:00 2001 From: Michele Belluco Date: Wed, 2 Mar 2016 14:47:28 +0100 Subject: [PATCH] Change name in package.json --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index ac7f98a..bc4ca63 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "context-utils", - "version": "2.0.1", + "version": "2.0.2", "homepage": "https://github.com/SonoIo/context-utils", "description": "Context utils for browser and node.js", "main": "lib/context.js", diff --git a/package.json b/package.json index 250ac4f..477008b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "context", - "version": "2.0.1", + "name": "context-utils", + "version": "2.0.2", "description": "Context utils for browser and node.js", "main": "lib/context.js", "repository": {