Skip to content

Commit

Permalink
patch: fix duplicate copies of node typings
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSheard committed Apr 28, 2019
1 parent db629db commit e162193
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/micromatch": "^3.1.0",
"@types/node": "^10.0.0",
"@types/node": "*",
"@types/semver": "^5.4.0",
"@types/webpack": "^4.4.27",
"babel": "^6.0.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -29,11 +29,6 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.8.tgz#e5d71173c95533be9842b2c798978f095f912aab"
integrity sha512-szA3x/3miL90ZJxUCzx9haNbK5/zmPieGraZEe4WI+3srN0eGLiT22NXeMHmyhNEopn+IrxqMc7wdVwvPl8meg==

"@types/node@^10.0.0":
version "10.12.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.25.tgz#0d01a7dd6127de60d861ece4a650963042abb538"
integrity sha512-IcvnGLGSQFDvC07Bz2I8SX+QKErDZbUdiQq7S2u3XyzTyJfUmT0sWJMbeQkMzpTAkO7/N7sZpW/arUM2jfKsbQ==

"@types/semver@^5.4.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
Expand Down

0 comments on commit e162193

Please sign in to comment.