Skip to content

Commit

Permalink
Delete Makefile. Update readme. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Ertz committed May 25, 2015
1 parent f1c8bfc commit 671a59e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Scapegoat

A minimal node module providing utility methods to `escape` and `unescape` HTML entities

See the associated blog post, ["Creating and publishing a node.js module."](https://quickleft.com/blog/creating-and-publishing-a-node-js-module/)

## Installation

```shell
Expand Down Expand Up @@ -36,4 +38,6 @@ Add unit tests for any new or changed functionality. Lint and test your code.

## Release History

* 1.0.0 Refactor to avoid double unescape and to use npm scripts instead
of makefile. Also add link to associated blog post.
* 0.1.0 Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scapegoat",
"version": "0.1.0",
"version": "1.0.0",
"description": "A small library providing utility methods to escape and unescape HTML entities",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 671a59e

Please sign in to comment.