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: yujinlim/grunt-env-check
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: yujinlim/grunt-env-check
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Jan 16, 2015

  1. Added Gitter badge

    gitter-badger committed Jan 16, 2015
    Copy the full SHA
    0e0a45e View commit details
  2. Merge pull request #1 from gitter-badger/gitter-badge

    Add a Gitter chat badge to README.md
    yujinlim committed Jan 16, 2015
    Copy the full SHA
    d51939d View commit details

Commits on Feb 20, 2016

  1. Update peerDependencies to support Grunt 1.0

    Hello,
    
    This is an automated issue request to update the `peerDependencies` for your Grunt plugin.
    We ask you to merge this and **publish a new release on npm** to get your plugin working in Grunt 1.0!
    
    Read more here: http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released#peer-dependencies
    Also on Twitter: https://twitter.com/gruntjs/status/700819604155707392
    
    If you have any questions or you no longer have time to maintain this plugin, then please let us know in this thread.
    
    Thanks for creating and working on this plugin!
    
    (P.S. Close this PR if it is a mistake, sorry)
    gruntjs-updater committed Feb 20, 2016
    Copy the full SHA
    7eacb82 View commit details

Commits on Aug 18, 2016

  1. Merge pull request #2 from gruntjs-updater/peerDep

    Update peerDependencies to support Grunt 1.0
    yujinlim authored Aug 18, 2016
    Copy the full SHA
    a7a1c1c View commit details
Showing with 3 additions and 1 deletion.
  1. +2 −0 README.md
  2. +1 −1 package.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# grunt-env-check

[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/yujinlim/grunt-env-check?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

> Automate environment checking on system
## Getting Started
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@
"grunt": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",