You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by bi...@apache.org on 2018/01/23 20:47:41 UTC

[royale-asjs] branch develop updated: Fix npm module name

This is an automated email from the ASF dual-hosted git repository.

bigosmallm pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4957d90  Fix npm module name
4957d90 is described below

commit 4957d90ab5d45de12c92d573fc698d733066cbbe
Author: bigosmallm <bi...@apache.org>
AuthorDate: Tue Jan 23 12:47:39 2018 -0800

    Fix npm module name
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2961572..cdd80df 100644
--- a/README.md
+++ b/README.md
@@ -181,12 +181,12 @@ If you want SWF output, use NPM. Run:
 
 - Mac
 ```bash
-sudo npm install royale -g
+sudo npm install apache-royale -g
 ```
 
 - Windows
 ```bash
-npm install royale -g
+npm install apache-royale -g
 ```
 
 # Using Royale

-- 
To stop receiving notification emails like this one, please contact
bigosmallm@apache.org.

Re: [royale-asjs] branch develop updated: Fix npm module name

Posted by Alex Harui <ah...@adobe.com.INVALID>.
If there is already a "royale" page in npm, then I don't think we can
publish this release on npm.  Isn't the module name baked into
package.json?  Or is there a way to set it when publishing?

-Alex

On 1/23/18, 12:47 PM, "bigosmallm@apache.org" <bi...@apache.org>
wrote:

>This is an automated email from the ASF dual-hosted git repository.
>
>bigosmallm pushed a commit to branch develop
>in repository 
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.ap
>ache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com
>%7C2dd5390f72b44f0e95e008d562a28cff%7Cfa7b1b5a7b34438794aed2c178decee1%7C0
>%7C0%7C636523372660047131&sdata=v2OQ8PPTjD9OQyDk5cj%2FzQePN1%2F96iDRez1sUW
>OYpoI%3D&reserved=0
>
>
>The following commit(s) were added to refs/heads/develop by this push:
>     new 4957d90  Fix npm module name
>4957d90 is described below
>
>commit 4957d90ab5d45de12c92d573fc698d733066cbbe
>Author: bigosmallm <bi...@apache.org>
>AuthorDate: Tue Jan 23 12:47:39 2018 -0800
>
>    Fix npm module name
>---
> README.md | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/README.md b/README.md
>index 2961572..cdd80df 100644
>--- a/README.md
>+++ b/README.md
>@@ -181,12 +181,12 @@ If you want SWF output, use NPM. Run:
> 
> - Mac
> ```bash
>-sudo npm install royale -g
>+sudo npm install apache-royale -g
> ```
> 
> - Windows
> ```bash
>-npm install royale -g
>+npm install apache-royale -g
> ```
> 
> # Using Royale
>
>-- 
>To stop receiving notification emails like this one, please contact
>bigosmallm@apache.org.