Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Oct 2, 2019
1 parent ee97f00 commit 223b5f4
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 292 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"isomorphic"
],
"main": "src/index.js",
"files": "src",
"files": [
"src"
],
"scripts": {
"test": "modern test",
"lint": "modern lint",
Expand All @@ -28,11 +30,11 @@
"@babel/core": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"modern-node": "^2.5.1",
"rimraf": "^2.6.2"
"rimraf": "^3.0.0"
},
"dependencies": {
"big.js": "^5.0.3",
"fs-extra": "^4.0.2",
"mime": "^2.0.3"
"big.js": "^5.2.2",
"fs-extra": "^8.1.0",
"mime": "^2.4.4"
}
}
Loading

0 comments on commit 223b5f4

Please sign in to comment.