Skip to content

Commit 56dd1fa

Browse files
authored
Merge branch 'master' into icon/white
2 parents 1bfa6e5 + bb455e0 commit 56dd1fa

File tree

18 files changed

+824
-497
lines changed

18 files changed

+824
-497
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏾🙋🏼‍Question
4+
url: https://discuss.layer5.io
5+
about: Submit your question on the discussion forum.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
npm test

examples/next-12/package-lock.json

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"format:write": "prettier --write \"**/*.{ts,tsx,md}\" --config ./.prettierrc",
2424
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2525
"lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
26-
"prepare": "husky install",
26+
"prepare": "husky",
2727
"test": "jest",
2828
"versionup:major": "npm version major",
2929
"versionup:minor": "npm version minor",

0 commit comments

Comments
 (0)