Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d291302

Browse files
committed
Update some deps and yarn.lock
1 parent cf698b1 commit d291302

File tree

2 files changed

+2635
-1465
lines changed

2 files changed

+2635
-1465
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@
66
"scripts": {
77
"test": "jest --coverage",
88
"test:watch": "jest --watchAll --coverage",
9-
"doc":
10-
"jsdoc2md --files src/index.js --template docs/template.hbs > docs/API.md"
9+
"doc": "jsdoc2md --files src/index.js --template docs/template.hbs > docs/API.md"
1110
},
1211
"types": "index.d.ts",
1312
"jest": {
14-
"testMatch": ["<rootDir>/tests/**/*.js"]
13+
"testMatch": [
14+
"<rootDir>/tests/**/*.js"
15+
]
1516
},
1617
"keywords": [
1718
"ethereum",
@@ -34,7 +35,7 @@
3435
"eslint-plugin-prettier": "^2.6.0",
3536
"eslint-plugin-promise": "^3.6.0",
3637
"eslint-plugin-standard": "^3.0.1",
37-
"jest": "^22.4.2",
38+
"jest": "^24.8.0",
3839
"jsdoc-to-markdown": "^3.0.3"
3940
},
4041
"dependencies": {

0 commit comments

Comments
 (0)