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

Commits on Mar 22, 2016

  1. Copy the full SHA
    73c3fe6 View commit details
  2. Merge pull request #100 from teppeis/patch-1

    Fix CHANGELOG.md markdown format
    vladikoff committed Mar 22, 2016
    Copy the full SHA
    b4a88ba View commit details
  3. Revert nopt, v1.0.1

    vladikoff committed Mar 22, 2016
    Copy the full SHA
    190d90c View commit details
Showing with 12 additions and 8 deletions.
  1. +10 −6 CHANGELOG.md
  2. +2 −2 package.json
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
v1.0.0
date: 2016-03-21
changes:
- v1.0.1
- date: 2016-03-22
- changes:
- Revert to "nopt": "~1.0.10" due to issues with the update.
- v1.0.0
- date: 2016-03-21
- changes:
- Update dev deps
- Update error message when Gruntfile is not found
v1.0.0-rc1
date: 2016-02-11
changes:
- v1.0.0-rc1
- date: 2016-02-11
- changes:
- Update findup-sync and other deps
- remove prefer global warning
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-cli",
"description": "The grunt command line interface",
"version": "1.0.0",
"version": "1.0.1",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"repository": "gruntjs/grunt-cli",
"license": "MIT",
@@ -16,7 +16,7 @@
},
"dependencies": {
"findup-sync": "~0.3.0",
"nopt": "~3.0.6",
"nopt": "~1.0.10",
"resolve": "~1.1.0"
},
"devDependencies": {