Skip to content

Commit 52b617d

Browse files
committed
Merge pull request #14 from locol23/fix/update-package-name
fix: update package name
2 parents 39af6fb + 325e196 commit 52b617d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/function-components-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "function-components",
2+
"name": "function-components-base",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/locol23/learn-react-ts.git",

packages/function-components-goal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "function-components",
2+
"name": "function-components-goal",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/locol23/learn-react-ts.git",

0 commit comments

Comments
 (0)