Skip to content

Commit 80780d3

Browse files
committed
Tidy up package file for publishing
1 parent 709e811 commit 80780d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "preparse",
3-
"version": "1.0.0",
4-
"description": "",
2+
"name": "openapi-overlays-js",
3+
"version": "0.1.0",
4+
"description": "Tool to apply OpenAPI overlays, built in NodeJS with a command line interface (CLI).",
55
"main": "index.js",
66
"bin": {
77
"overlayjs": "./index.js"
@@ -12,7 +12,7 @@
1212
"fmt": "eslint . --config .eslintrc.json --fix"
1313
},
1414
"type": "module",
15-
"author": "",
15+
"author": "Lorna Mitchell <[email protected]>",
1616
"license": "Apache2",
1717
"dependencies": {
1818
"@stoplight/yaml": "^4.2.3",

0 commit comments

Comments
 (0)