diff options
Diffstat (limited to 'distribution/src/js/npm/index.js')
-rw-r--r-- | distribution/src/js/npm/index.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/distribution/src/js/npm/index.js b/distribution/src/js/npm/index.js deleted file mode 100644 index 569b78a0ecc..00000000000 --- a/distribution/src/js/npm/index.js +++ /dev/null @@ -1,14 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -module.exports.Ice = require("./lib/Ice/Ice").Ice; -module.exports.IceMX = require("./lib/Ice/Ice").IceMX; -module.exports.Glacier2 = require("./lib/Glacier2/Glacier2").Glacier2; -module.exports.IceGrid = require("./lib/IceGrid/IceGrid").IceGrid; -module.exports.IceStorm = require("./lib/IceStorm/IceStorm").IceStorm; |