Skip to content

Commit

Permalink
chore(project): update build deps and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 5, 2017
1 parent e6cdb7d commit a6e3432
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please include the version number of ImageOptim-CLI you're using (`imageOptim --
You'll need to run `npm install` after checking out the project.

All editing is done in /src with
/bin/* and /README.md being generated from those files through running `grunt build`.
/bin/* and /README.md being generated from those files through running `npm run build`.

Alternatively, running `grunt watch` once will run `grunt build` for you whenever you save a file in
Alternatively, running `npm run watch` once will run `npm run build` for you whenever you save a file in
/src.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# ImageOptim-CLI

[![Join the chat at https://gitter.im/JamieMason/ImageOptim-CLI](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JamieMason/ImageOptim-CLI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm downloads](https://img.shields.io/npm/dm/imageoptim-cli.svg?style=flat-square)](https://www.npmjs.com/package/imageoptim-cli)
[![npm downloads](https://img.shields.io/npm/dm/ImageOptim-CLI.svg?style=flat-square)](https://www.npmjs.com/package/ImageOptim-CLI)
[![Analytics](https://ga-beacon.appspot.com/UA-45466560-5/imageoptim-cli?flat&useReferer)](https://github.com/igrigorik/ga-beacon)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/JamieMason/ImageOptim-CLI.svg?style=social)](https://twitter.com/intent/tweet?text=Additional%20matchers%20for%20the%20Jasmine%20BDD%20JavaScript%20testing%20library%20%23JavaScript%20%23NodeJS%20&url=https%3A%2F%2Fgithub.com%2FJamieMason%2FImageOptim-CLI)
[![Follow @fold_left on Twitter](https://img.shields.io/twitter/follow/fold_left.svg?style=social)](https://twitter.com/fold_left)
[![GitHub stars](https://img.shields.io/github/stars/JamieMason/ImageOptim-CLI.svg?style=social&label=Star)](https://github.com/JamieMason/ImageOptim-CLI)
[![GitHub followers](https://img.shields.io/github/followers/JamieMason.svg?style=social&label=Follow)](https://github.com/JamieMason)

> Automates [ImageOptim](http://imageoptim.com), [ImageAlpha](http://pngmini.com), and
> [JPEGmini for Mac](http://jpegmini.com/mac) to make batch optimisation of images part of your
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,14 @@
"smushit",
"tinypng"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/JamieMason/LICENSES/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "./bin/imageOptim",
"repository": {
"type": "git",
"url": "git://github.com/JamieMason/ImageOptim-CLI.git"
},
"scripts": {
"build": "grunt build",
"watch": "grunt watch"
}
}
5 changes: 1 addition & 4 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

[![Join the chat at https://gitter.im/JamieMason/ImageOptim-CLI](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/JamieMason/ImageOptim-CLI?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![npm downloads](https://img.shields.io/npm/dm/ImageOptim-CLI.svg?style=flat-square)](https://www.npmjs.com/package/ImageOptim-CLI)
[![Twitter](https://img.shields.io/twitter/url/https/github.com/JamieMason/ImageOptim-CLI.svg?style=social)](https://twitter.com/intent/tweet?text=Additional%20matchers%20for%20the%20Jasmine%20BDD%20JavaScript%20testing%20library%20%23JavaScript%20%23NodeJS%20&url=https%3A%2F%2Fgithub.com%2FJamieMason%2FImageOptim-CLI)
[![Follow @fold_left on Twitter](https://img.shields.io/twitter/follow/fold_left.svg?style=social)](https://twitter.com/fold_left)
[![GitHub stars](https://img.shields.io/github/stars/JamieMason/ImageOptim-CLI.svg?style=social&label=Star)](https://github.com/JamieMason/ImageOptim-CLI)
[![GitHub followers](https://img.shields.io/github/followers/JamieMason.svg?style=social&label=Follow)](https://github.com/JamieMason)
[![Analytics](https://ga-beacon.appspot.com/UA-45466560-5/imageoptim-cli?flat&useReferer)](https://github.com/igrigorik/ga-beacon)

> Automates [ImageOptim](http://imageoptim.com), [ImageAlpha](http://pngmini.com), and
> [JPEGmini for Mac](http://jpegmini.com/mac) to make batch optimisation of images part of your
Expand Down

0 comments on commit a6e3432

Please sign in to comment.