Skip to content

Commit

Permalink
refactor(core): extend package module with glob api
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 30, 2018
1 parent 2472da1 commit 25a6fda
Show file tree
Hide file tree
Showing 12 changed files with 359 additions and 106 deletions.
160 changes: 118 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
},
"bugs": "https://github.com/JamieMason/syncpack/issues",
"dependencies": {
"@types/fs-extra": "5.0.0",
"@types/globby": "6.1.0",
"@types/jest": "22.1.0",
"@types/lodash": "4.14.97",
"@types/mock-fs": "3.6.30",
"@types/node": "9.4.0",
"@types/semver": "5.4.0",
"chalk": "2.3.0",
"commander": "2.13.0",
"glob": "7.1.2",
"fs-extra": "5.0.0",
"globby": "7.1.1",
"lodash": "4.17.4",
"semver": "5.5.0"
},
"devDependencies": {
"@types/glob": "5.0.35",
"@types/jest": "22.1.0",
"@types/lodash": "4.14.97",
"@types/mock-fs": "3.6.30",
"@types/node": "9.4.0",
"@types/semver": "5.4.0",
"expect-more-jest": "1.0.1",
"jest": "22.1.4",
"mock-fs": "4.4.2",
Expand Down

0 comments on commit 25a6fda

Please sign in to comment.