Skip to content

Commit

Permalink
feat: hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
bowencool committed Sep 8, 2022
1 parent e8f097e commit 428e5f6
Show file tree
Hide file tree
Showing 38 changed files with 11,121 additions and 12 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@element-plus/icons-vue": "^1.1.4",
"element-plus": "^2.1.4",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-replace": "^3.0.0",
"@types/jest": "26",
Expand All @@ -57,9 +59,9 @@
"check-versions-in-packagejson": "^1.2.5",
"conventional-changelog-cli": "^2.1.1",
"copy-rich-text": "^0.2.0",
"escape-html": "^1.0.3",
"core-js": "^3.20.0",
"dayjs": "^1.10.7",
"escape-html": "^1.0.3",
"fs-extra": "^10.0.0",
"jest": "26",
"jest-scss-transform": "^1.0.1",
Expand Down Expand Up @@ -93,6 +95,7 @@
"yorkie": "^2"
},
"dependencies": {
"high-order-async-utilities": "^2.5.3",
"utility-types": "^3.10.0"
},
"peerDependencies": {},
Expand Down
4 changes: 4 additions & 0 deletions packages/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
export * from './use-async-state';
export * from './use-copy';
export * from './use-count-down';

export const version = process.env.npm_package_version;

0 comments on commit 428e5f6

Please sign in to comment.