Skip to content

Commit

Permalink
fix: force bump all-module-paths to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlike Mike Reagent committed Nov 29, 2018
1 parent 33ee9ba commit c081f40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@tunnckocore/execa": "^2.2.1",
"all-module-paths": "^0.7.0",
"all-module-paths": "^0.7.1",
"esm": "^3.0.84"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"main": "index.js",
"module": "src/index.js",
"typings": "src/index.d.ts",
"version": "1.0.1",
"version": "1.2.4",
"repository": "tunnckoCoreLabs/scripts",
"homepage": "https://github.com/tunnckoCoreLabs/scripts",
"author": "Charlike Mike Reagent (https://tunnckocore.com)",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
p-map-series "^1.0.0"
split-cmd "^1.0.0"

all-module-paths@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/all-module-paths/-/all-module-paths-0.7.0.tgz#2ca84a6b2eb7543c678312e60ade16cfc7cc46c7"
integrity sha512-q2lT5Pe1lchyNKioKVqzIl6qCrI+oy6A6oq1xGYS07+mioH7yzOdleg9+n99tLTf2EcmNPWYyEZZ9QCHD9D7HQ==
all-module-paths@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/all-module-paths/-/all-module-paths-0.7.1.tgz#2d16dd821185d9d4b2b99a83473f6999863c5d43"
integrity sha512-KS0BdamB3hDP6PLiqijm4s1XU7yXFj8L49FPTnXTITKPFos7yWSbrwGpLCECunOwtYSh51cxcIvmDDpRrG4ydA==
dependencies:
esm "^3.0.84"
global-dirs "^0.1.1"
Expand Down

0 comments on commit c081f40

Please sign in to comment.