Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dependents/node-dependency-tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ef154ffc864ead7c500d9663d53224ba9f6b565f
Choose a base ref
...
head repository: dependents/node-dependency-tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 436b5286c29bcdc0a035ea6c43cb085ef91e1d36
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 5, 2019

  1. Copy the full SHA
    fe26857 View commit details
  2. Merge pull request #100 from dependents/bump

    Bump for TS upgrades
    mrjoelkemp authored Jan 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a011579 View commit details
  3. 7.0.0

    mrjoelkemp committed Jan 5, 2019
    Copy the full SHA
    436b528 View commit details
Showing with 47 additions and 21 deletions.
  1. +45 −19 package-lock.json
  2. +2 −2 package.json
64 changes: 45 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependency-tree",
"version": "6.5.0",
"version": "7.0.0",
"description": "Get the dependency tree of a module",
"main": "index.js",
"scripts": {
@@ -41,7 +41,7 @@
"commander": "^2.19.0",
"debug": "^4.1.1",
"filing-cabinet": "^2.3.0",
"precinct": "^5.3.1"
"precinct": "^6.1.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",