Skip to content

Commit

Permalink
Use DEXON packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsuan Lee committed Dec 12, 2018
1 parent 4b5be99 commit 4c8faf9
Show file tree
Hide file tree
Showing 3 changed files with 5,713 additions and 7 deletions.
6 changes: 3 additions & 3 deletions lib.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// make sourcemaps work!
require('source-map-support/register')

module.exports = require("ganache-core/public-exports.js");
module.exports.version = require("ganache-core/package.json").version;
module.exports.to = require("ganache-core/lib/utils/to");
module.exports = require("@dexon-foundation/ganache-core/public-exports.js");
module.exports.version = require("@dexon-foundation/ganache-core/package.json").version;
module.exports.to = require("@dexon-foundation/ganache-core/lib/utils/to");
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ganache-cli",
"version": "6.2.4-beta.0",
"name": "@dexon-foundation/ganache-cli",
"version": "6.2.4",
"bin": {
"ganache-cli": "cli.js"
"dexon-ganache-cli": "cli.js"
},
"main": "./build/ganache-core.node.cli.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"yargs"
],
"devDependencies": {
"ganache-core": "2.3.2-beta.4",
"@dexon-foundation/ganache-core": "^2.3.1",
"js-scrypt": "0.2.0",
"node-loader": "^0.6.0",
"on-build-webpack": "^0.1.0",
Expand Down
Loading

0 comments on commit 4c8faf9

Please sign in to comment.