File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Scapegoat
3
3
4
4
A minimal node module providing utility methods to ` escape ` and ` unescape ` HTML entities
5
5
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
+
6
8
## Installation
7
9
8
10
``` shell
@@ -36,4 +38,6 @@ Add unit tests for any new or changed functionality. Lint and test your code.
36
38
37
39
## Release History
38
40
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.
39
43
* 0.1.0 Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " scapegoat" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " A small library providing utility methods to escape and unescape HTML entities" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments