Browse Source

Inline Truffle 4

Mike Goldin 6 years ago
parent
commit
b73f68d6d3
3 changed files with 4394 additions and 5 deletions
  1. 4392 0
      package-lock.json
  2. 2 0
      package.json
  3. 0 5
      truffle.js

File diff suppressed because it is too large
+ 4392 - 0
package-lock.json


+ 2 - 0
package.json

@@ -7,6 +7,7 @@
     "test": "test"
   },
   "scripts": {
+    "compile": "truffle compile",
     "test": "standard && truffle test",
     "lint": "standard --fix"
   },
@@ -27,6 +28,7 @@
   },
   "homepage": "https://github.com/ConsenSys/Tokens#readme",
   "dependencies": {
+    "truffle": "4.0.1",
     "truffle-hdwallet-provider": "0.0.3"
   },
   "devDependencies": {

+ 0 - 5
truffle.js

@@ -30,11 +30,6 @@ module.exports = {
     },
     testrpc: {
       network_id: 'default'
-    },
-    development: { // truffle test hardcodes the "test" network.
-      host: 'localhost',
-      port: '8545',
-      network_id: 'default'
     }
   }
 }