From 25a1bb35f119eaf2628d9d380a319983c47af471 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 8 Mar 2016 10:49:10 -0600 Subject: [PATCH] Temporary npm name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8884cc3..ef794cc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ With Universe, you can be there in just a few lines of code. You've got better t **NPM** ```shell -npm install crossfilter/universe --save +npm install crossfilter-universe --save # the "universe" npm module name is still under negotiation. Stay tuned. ``` diff --git a/package.json b/package.json index d623bd1..db102cc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "universe", + "name": "crossfilter-universe", "version": "0.4.0", "description": "The fastest way to query and explore multivariate datasets", "main": "src/universe.js",