From 0c6e035dccaf99d85ea58252be23b4d2ff1eaf57 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Thu, 6 Oct 2016 09:12:15 -0700 Subject: [PATCH] Fix package description to reflect new Optimizely X product. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80a786d15..11fe97461 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "optimizely-client-sdk", "version": "1.0.0", - "description": "JavaScript SDK for client testing", + "description": "JavaScript SDK for Optimizely X Full Stack", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./tests.js",