From 3bc3cc49638bc965027c6a8097a443af744acb59 Mon Sep 17 00:00:00 2001 From: AleBles Date: Fri, 16 Dec 2016 09:09:47 +0100 Subject: [PATCH] Migrated to @orange-games scope for npm --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09ec351..ae0b844 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Getting Started --------------- First you want to get a fresh copy of the plugin. You can get it from this repo or from npm, ain't that handy. ``` -npm install phaser-ads --save-dev +npm install @orange-games/phaser-ads --save-dev ``` Next up you'd want to add it to your list of js sources you load into your game: diff --git a/package.json b/package.json index dd0cb62..a2b0cfb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "phaser-ads", + "name": "@orange-games/phaser-ads", "author": "OrangeGames", "version": "1.0.2", "description": "A Phaser plugin for providing nice ads integration in your phaser.io game",