Skip to content

Commit 0e24217

Browse files
authored
Merge pull request #9 from mojotech/em/package-info
Update package meta-data
2 parents 422397f + ba74f30 commit 0e24217

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22
"name": "@mojotech/json-type-validation",
33
"version": "1.0.0",
44
"description": "runtime type checking and validation of untyped JSON data",
5-
"keywords": [],
5+
"keywords": ["TypeScript", "JSON"],
66
"main": "dist/json-type-validation.umd.js",
77
"module": "dist/json-type-validation.es5.js",
88
"typings": "dist/types/json-type-validation.d.ts",
99
"files": ["dist"],
1010
"author": "Elias Mulhall <elias@mojotech.com>",
1111
"repository": {
1212
"type": "git",
13-
"url": ""
13+
"url": "https://github.com/mojotech/json-type-validation"
1414
},
15+
"bugs": {
16+
"url": "https://github.com/mojotech/json-type-validation/issues"
17+
},
18+
"homepage": "https://github.com/mojotech/json-type-validation",
1519
"license": "MIT",
1620
"engines": {
1721
"node": ">=6.0.0"

0 commit comments

Comments
 (0)