Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Button to download/view updated package.json #30

Open
1 of 2 tasks
ryan953 opened this issue Jul 28, 2015 · 1 comment
Open
1 of 2 tasks

Button to download/view updated package.json #30

ryan953 opened this issue Jul 28, 2015 · 1 comment

Comments

@ryan953
Copy link

ryan953 commented Jul 28, 2015

It would be helpful to have a button where I can get a json file with all of the updated dependency numbers in there instead of the old versions. Also with a toggle to see my package.json file with only minor version numbers bumped.

I think it would be easier to keep my package.json file updated by using git to revert unwanted changes instead of my copying things tediously.

If my original package.json is:

{
  "dependencies": {
    "react": "~0.12.0"
  }
}

Then I could have:


  • Bump Major Versions
{
  "dependencies": {
    "react": "~0.12.2"
  }
}

or


  • Bump Major Versions
{
  "dependencies": {
    "react": "~0.13.3"
  }
}
@manosim
Copy link
Owner

manosim commented Jul 30, 2015

That's interesting and would really useful! Will give a go as soon as possible!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants