You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/07/08 15:36:19 UTC

git commit: Pre-install script (on Windows) causes failure to install via npm.

Updated Branches:
  refs/heads/next 8f64f68fd -> 1ebd828b3


Pre-install script (on Windows) causes failure to install via npm.

Since this is a major bug, let's just remove it so it can be fixed
ASAP, especially since its only use is for fun.

Fixes: https://issues.apache.org/jira/browse/RIPPLE-32


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/1ebd828b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/1ebd828b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/1ebd828b

Branch: refs/heads/next
Commit: 1ebd828b38ee0d7fa8333fa956b8fe32132dd9be
Parents: 8f64f68
Author: Brent Lintner <br...@gmail.com>
Authored: Mon Jul 8 09:21:16 2013 -0400
Committer: Brent Lintner <br...@gmail.com>
Committed: Mon Jul 8 09:31:38 2013 -0400

----------------------------------------------------------------------
 package.json            | 2 --
 thirdparty/ludicrous.js | 4 ----
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/1ebd828b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index e89cb6d..c9d9e06 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,6 @@
     "emulator"
   ],
   "bin": { "ripple": "./bin/ripple" },
-  "scripts": {"preinstall": "node thirdparty/ludicrous.js"},
   "main": "./lib/index",
   "dependencies": {
     "express": "3.1.0",
@@ -53,7 +52,6 @@
     "lib/cli",
     "assets/server",
     "pkg/hosted",
-    "thirdparty/ludicrous.js",
     "doc",
     "bin"
   ],

http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/1ebd828b/thirdparty/ludicrous.js
----------------------------------------------------------------------
diff --git a/thirdparty/ludicrous.js b/thirdparty/ludicrous.js
deleted file mode 100644
index 4843980..0000000
--- a/thirdparty/ludicrous.js
+++ /dev/null
@@ -1,4 +0,0 @@
-console.log("Prepare ship for ludicrous speed!");
-console.log();
-console.log("Fasten all seatbelts, seal all entrances and exits, close all shops in the mall, cancel the three ring circus, secure all animals in the zoo!");
-console.log();