Browse Source

Add linting

pull/2/head
Luke Childs 6 years ago
parent
commit
718c3bf506
  1. 6
      package.json
  2. 2882
      yarn.lock

6
package.json

@ -4,8 +4,14 @@
"main": "src/index.js",
"author": "Luke Childs <lukechilds123@gmail.com>",
"license": "MIT",
"scripts": {
"test": "xo"
},
"dependencies": {
"bip39": "^2.5.0",
"randombytes": "^2.0.6"
},
"devDependencies": {
"xo": "^0.23.0"
}
}

2882
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save