Skip to content

Commit 01deb90

Browse files
committed
added dental coloring & labelling & layouts
1 parent 8635369 commit 01deb90

File tree

12 files changed

+425
-148
lines changed

12 files changed

+425
-148
lines changed

lefthook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pre-commit:
44
lint:
55
run: git add -u
66
typecheck:
7-
run: npx pnpm tsc
7+
run: pnpm tsc
88
build:
9-
run: npx pnpm build
9+
run: pnpm build
1010
test:
11-
run: npx pnpm test:ci
11+
run: pnpm test:ci

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-odontogram",
33
"description": "dental chart for selecting teeth",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"author": "Pratik Sharma <sharma.pratik2016@gmail.com>",
66
"license": "MIT",
77
"keywords": [
@@ -118,4 +118,4 @@
118118
"lefthook"
119119
]
120120
}
121-
}
121+
}

0 commit comments

Comments
 (0)