Skip to content

Commit ea2bb29

Browse files
committed
fix #16
1 parent 16cc029 commit ea2bb29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"name": "croquis.js",
3+
"name": "croquis-js",
44
"version": "0.0.0",
55
"description": "drawing tool library",
66
"workspaces": [

packages/croquis.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "croquis.js",
2+
"name": "croquis-js",
33
"version": "0.0.3",
44
"description": "drawing tool library",
55
"main": "index.js",

packages/hwapan/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react": "^16.9.35",
1515
"@types/react-color": "^3.0.2",
1616
"classnames": "^2.2.6",
17-
"croquis.js": "^0.0.3",
17+
"croquis-js": "^0.0.3",
1818
"next": "^9.4.4",
1919
"react": "^16.13.1",
2020
"react-color": "^2.18.1",

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/react": "^16.9.35",
1515
"@types/react-color": "^3.0.2",
1616
"classnames": "^2.2.6",
17-
"croquis.js": "^0.0.3",
17+
"croquis-js": "^0.0.3",
1818
"next": "^9.4.4",
1919
"react": "^16.13.1",
2020
"react-color": "^2.18.1",

0 commit comments

Comments
 (0)