Skip to content

Commit

Permalink
Relealse: v0.1.0 alpha.1 (#2)
Browse files Browse the repository at this point in the history
* fix: 파일 export하지 않았던 문제 수정

* chore: v0.1.0-alpha.1
  • Loading branch information
chkim116 authored Nov 26, 2023
1 parent 79459e7 commit b5d2e8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safers",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"type": "module",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
Expand Down
9 changes: 6 additions & 3 deletions src/primitive/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
export * from "./toBoolean";
export * from "./toLowerCase";
export * from "./toNumber";
export * from "./numberFormat";
export * from "./padLeft";
export * from "./padRight";
export * from "./parse";
export * from "./replace";
export * from "./split";
export * from "./squash";
export * from "./toArray";
export * from "./toBoolean";
export * from "./toLowerCase";
export * from "./toNumber";
export * from "./toObject";
export * from "./toString";
export * from "./toUpperCase";

0 comments on commit b5d2e8c

Please sign in to comment.