Skip to content

Commit

Permalink
feat(deps): implement deps:generate
Browse files Browse the repository at this point in the history
Fixes #141
  • Loading branch information
ianwremmel committed May 2, 2018
1 parent 719d86b commit bdd5fcf
Show file tree
Hide file tree
Showing 9 changed files with 544 additions and 26 deletions.
82 changes: 59 additions & 23 deletions package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,21 @@
"@oclif/config": "^1.6.4",
"@oclif/errors": "^1.0.4",
"@oclif/plugin-help": "^1.2.4",
"builtins": "^2.0.0",
"chalk": "^2.4.0",
"debug": "^3.1.0",
"find-root": "^1.1.0",
"glob": "^7.1.2",
"invariant": "^2.2.4",
"mz": "^2.7.0",
"node-source-walk": "^3.3.0",
"pkg-up": "^2.0.0",
"rc": "^1.2.6",
"semver": "^5.5.0",
"string": "^3.3.3",
"supports-color": "^5.4.0",
"tslib": "^1.9.0"
"tslib": "^1.9.0",
"typescript-eslint-parser": "^15.0.0"
},
"devDependencies": {
"@commitlint/cli": "^6.1.3",
Expand Down Expand Up @@ -113,7 +116,12 @@
"bin": "clark",
"plugins": [
"@oclif/plugin-help"
]
],
"topics": {
"deps": {
"description": "Work with dependencies"
}
}
},
"types": "lib/index.d.ts",
"release": {
Expand Down

0 comments on commit bdd5fcf

Please sign in to comment.