Skip to content

Commit 9386801

Browse files
authored
Merge pull request #1 from ericwbailey/npm
Updated package.json for use on npm
2 parents 8c38343 + 0b0aa9f commit 9386801

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
"name": "Accessible HTML Content Patterns",
33
"description": "A collection of the full HTML5 Doctor Element Index as well as common markup patterns for quick reference.",
44
"homepage": "https://github.com/ericwbailey/accessible-html-content-patterns",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"license": "MIT",
7-
"author": {
8-
"name": "Eric Bailey",
9-
"email": "[email protected]",
10-
"url": "http://ericwbailey.com/"
11-
},
7+
"author": "Eric Bailey <[email protected]> (http://ericwbailey.com/)",
8+
"main": "docs/index.html",
129
"repository": {
1310
"type": "git",
1411
"url": "git://github.com/ericwbailey/accessible-html-content-patterns.git"

0 commit comments

Comments
 (0)