Skip to content

Commit 059e9c3

Browse files
author
Ryan
committed
fix grammar in readme, add more keywords for npm, bump to 1.0.4
1 parent 2b6f528 commit 059e9c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var semify = require('@artcommacode/semify')
2828
b.transform('semify')
2929
```
3030

31-
For further information, see the [browserify handbook](https://github.com/substack/browserify-handbook) section on [transforms](https://github.com/substack/browserify-handbook#transforms).
31+
For further information see the [browserify handbook](https://github.com/substack/browserify-handbook) section on [transforms](https://github.com/substack/browserify-handbook#transforms).
3232

3333
## Why
3434

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@artcommacode/semify",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A browserify transform for adding semicolons",
55
"main": "index.js",
66
"scripts": {
@@ -14,6 +14,8 @@
1414
"semi",
1515
"semicolons",
1616
"semify"
17+
"browserify",
18+
"transforms"
1719
],
1820
"author": "@artcommacode",
1921
"license": "ISC",

0 commit comments

Comments
 (0)