From 9678ab87bdb7b2248327fdff7051c87727f5b5de Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 18 Jun 2018 16:10:26 +0200 Subject: [PATCH] change npm package name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f765c5..e8630ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > 🐳 Ocean Protocol's assets for community distribution. -[![npm](https://img.shields.io/npm/v/oceanprotocol-art.svg)](https://www.npmjs.com/package/oceanprotocol-art) +[![npm](https://img.shields.io/npm/v/@oceanprotocol/art.svg)](https://www.npmjs.com/package/@oceanprotocol/art) All assets in this repo can also be viewed and downloaded from [oceanprotocol.com/art](https://oceanprotocol.com/art). You'll find a living styleguide there too. @@ -26,7 +26,7 @@ If you only need them for use on the web, you can grab them from inside the priv It's encouraged to use this repo as a dependency within your projects to keep the assets in sync. The whole repo is published as a npm module so just run for installation: ```bash -npm install oceanprotocol-art +npm i @oceanprotocol/art ``` ### Use as a submodule diff --git a/package.json b/package.json index f042225..8189595 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "oceanprotocol-art", + "name": "@oceanprotocol/art", "version": "1.0.0", "description": "Ocean Protocol's assets for community distribution.", "main": "index.js",