Skip to content

Commit 12c1820

Browse files
committed
Updated gitignore and add codify schemas
1 parent d49ee5a commit 12c1820

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

codify-schemas/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
/.idea
55
/.nyc_output
66
/dist
7+
/dist/**/*
78
/lib
8-
/package-lock.json
99
/tmp
1010
/yarn.lock
1111
node_modules

plugins/homebrew/package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/homebrew/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"eslint-config-oclif": "^5",
1717
"eslint-config-oclif-typescript": "^3"
1818
},
19+
"dependencies": {
20+
"codify-schemas": "../../codify-schemas"
21+
},
1922
"keywords": [],
2023
"author": "",
2124
"license": "ISC"

0 commit comments

Comments
 (0)