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/05/20 00:10:55 UTC

[royale-asjs] 02/02: Remove unnecessary imports

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

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

commit 0cd6f9a16791408faa15b073cdae4555efb0f9ff
Author: Om Muppirala <bi...@apache.org>
AuthorDate: Sat May 19 17:10:38 2018 -0700

    Remove unnecessary imports
---
 npm/js-swf/package.json | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/npm/js-swf/package.json b/npm/js-swf/package.json
index d85b77b..c6eb651 100644
--- a/npm/js-swf/package.json
+++ b/npm/js-swf/package.json
@@ -3,8 +3,8 @@
   "version": "0.9.3",
   "description": "Apache Royale (formerly FlexJS)",
   "keywords": [
-	"royale",
-	"apache royale",
+    "royale",
+    "apache royale",
     "flex",
     "flexjs",
     "apache flexjs",
@@ -23,10 +23,8 @@
     "merge-dirs": "^0.2.1",
     "mkdirp": "^0.5.1",
     "prompt": "^0.2.14",
-    "replace": "^0.3.0",
     "request": "^2.67.0",
-    "unzip": "^0.1.11",
-    "wrench": "^1.5.8"
+    "unzip": "^0.1.11"
   },
   "scripts": {
     "postinstall": "node royale-asjs/npm/js-swf/dependencies/download_dependencies.js"

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