Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit a6693cd

Browse files
committed
use embark 4.0.0-beta.0
1 parent d5cdcfa commit a6693cd

File tree

4 files changed

+25155
-9272
lines changed

4 files changed

+25155
-9272
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Make sure you have [NodeJS](https://nodejs.org/) (v8.4.0 or higher) and [npm](ht
3434
You will also need to install embark globally using yarn
3535
3636
```
37-
yarn global add git+https://git@github.com/embark-framework/embark.git#34f5f97
37+
npm i -g embark@next
3838
```
3939
4040
### Package

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
const generateClass = require('eth-contract-class').default;
2-
31
const contracts = require('./lib/contracts');
42
contracts.test.assertFail = require('./test/helpers/assertFail');
53
contracts.test.deployLP = require('./test/helpers/deployLP');

0 commit comments

Comments
 (0)