Skip to content

Commit

Permalink
feat: force update esm to latest & add yarn resolutions
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Jan 31, 2019
1 parent 3deb9c1 commit 46c3665
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 346 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
"release": "tunnckocore-release"
},
"engines": {
"node": "^8.9.0 || ^10.12.0"
"node": "^8.10.0 || >=10.13.0"
},
"resolutions": {
"esm": "^3.2.0"
},
"dependencies": {
"@babel/parser": "^7.1.3",
"doctrine": "^3.0.0",
"esm": "^3.0.84",
"esm": "^3.2.0",
"fast-glob": "^2.2.2",
"mkdirp": "^0.5.1",
"mri": "^1.1.1"
Expand Down
Loading

0 comments on commit 46c3665

Please sign in to comment.