Skip to content

Commit

Permalink
fix(bin): another create attempt (#620)
Browse files Browse the repository at this point in the history
* fix(bin): another `create` attempt

* chore: update npmignore for root package

* chore: bump subpackage version
  • Loading branch information
kanadgupta authored Sep 29, 2022
1 parent c41529d commit 90c71ad
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ __tests__/
.prettier*
coverage/
jest.*.js
packages/
1 change: 1 addition & 0 deletions packages/create/bin/create.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx rdme@next openapi --github
16 changes: 16 additions & 0 deletions packages/create/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@readme/create",
"version": "0.0.1",
"version": "0.0.2",
"description": "Sync your OpenAPI definition to ReadMe",
"bin": "npx rdme@next openapi --github",
"bin": "./bin/create.sh",
"repository": {
"type": "git",
"url": "https://github.com/readmeio/rdme.git",
Expand Down

0 comments on commit 90c71ad

Please sign in to comment.