Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kota65535 committed Apr 13, 2021
1 parent 2a530fd commit dddbe90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "openapi-merger",
"version": "0.3.0",
"version": "0.4.0",
"main": "index.js",
"bin": {
"openapi-merger": "./bin/openapi-merger.js"
"openapi-merger": "bin/openapi-merger.js"
},
"scripts": {
"test": "cd test && nyc --reporter=html mocha *.js",
Expand Down

0 comments on commit dddbe90

Please sign in to comment.