Skip to content

Commit d5d4859

Browse files
committed
Remove native library and simply project
1 parent a1402f9 commit d5d4859

File tree

118 files changed

+549
-914
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+549
-914
lines changed
File renamed without changes.

.gitmodules

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
[submodule "packages/ethereum-cryptography/scryptsy"]
2-
path = packages/ethereum-cryptography/scryptsy
3-
url = https://github.com/cryptocoinjs/scryptsy.git
4-
[submodule "packages/ethereum-cryptography/hdkey"]
5-
path = packages/ethereum-cryptography/hdkey
6-
url = https://github.com/cryptocoinjs/hdkey.git
7-
[submodule "packages/ethereum-cryptography/bip39"]
8-
path = packages/ethereum-cryptography/bip39-lib
1+
[submodule "bip39-lib"]
2+
path = bip39-lib
93
url = https://github.com/bitcoinjs/bip39.git
4+
[submodule "hdkey"]
5+
path = hdkey
6+
url = https://github.com/cryptocoinjs/hdkey.git
File renamed without changes.

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
language: node_js
22

33
node_js:
4-
- 8
54
- 10
65
- 12
6+
- 13
7+
- 14
78

89
install:
9-
- bash -x scripts/install.sh
10+
- npm i
1011

1112
script:
12-
- bash -x scripts/test.sh
13-
- bash -x scripts/lint.sh
14-
- node packages/ethereum-cryptography/scripts/check-browser-field.js
13+
- npm test
14+
- npm run lint
15+
- npm run build && node scripts/check-browser-field.js
1516

1617
cache:
1718
npm: true
1819
directories:
1920
- $HOME/.npm
20-
- packages/ethereum-cryptography/node_modules
21-
- packages/ethereum-cryptography-native/node_modules
21+
- node_modules
File renamed without changes.

README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)