Skip to content

Commit 9cad077

Browse files
author
Mika Kunnas
committed
add git repo to package.json
1 parent 389c693 commit 9cad077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"test": "./node_modules/.bin/tape test/**/*.js | ./node_modules/.bin/tap-spec"
88
},
9-
"author": "Mika Kunnas <[email protected]>",
9+
"repository": "github:mikunn/openapi-schema-to-json-schema",
10+
"author": "Mika Kunnas",
1011
"license": "MIT",
1112
"dependencies": {},
1213
"devDependencies": {

0 commit comments

Comments
 (0)