Skip to content

Commit 671a59e

Browse files
author
Brent Ertz
committed
Delete Makefile. Update readme. Bump version.
1 parent f1c8bfc commit 671a59e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Scapegoat
33

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

6+
See the associated blog post, ["Creating and publishing a node.js module."](https://quickleft.com/blog/creating-and-publishing-a-node-js-module/)
7+
68
## Installation
79

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

3739
## Release History
3840

41+
* 1.0.0 Refactor to avoid double unescape and to use npm scripts instead
42+
of makefile. Also add link to associated blog post.
3943
* 0.1.0 Initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scapegoat",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A small library providing utility methods to escape and unescape HTML entities",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)