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/29 10:46:35 UTC

[royale-asjs] branch feature/npm-release-scripts updated: Fix npm commands

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

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


The following commit(s) were added to refs/heads/feature/npm-release-scripts by this push:
     new 1cf8f8a  Fix npm commands
1cf8f8a is described below

commit 1cf8f8a565668695f4f065b151e8647e9ec1bc2f
Author: Om Muppirala <om...@mz.com>
AuthorDate: Mon Jan 29 02:46:26 2018 -0800

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

diff --git a/npm/README.md b/npm/README.md
index d9fb39d..d637783 100644
--- a/npm/README.md
+++ b/npm/README.md
@@ -13,8 +13,8 @@ The package: `@apache-royale/royale-js-swf` supports both JS/HTML and SWF/AIR ou
 To install these packages, users need to run the following commands:
 
 ```
-npm install @apache-royale/royale-js
-npm install @apache-royale/royale-js-swf
+npm install @apache-royale/royale-js -g
+npm install @apache-royale/royale-js-swf -g
 ```
 
 **For Release Managers:**

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