Skip to content

Commit

Permalink
Develop (#23)
Browse files Browse the repository at this point in the history
* build: 2.4.0

* build: 2.4.1

* ci: change command to publish
  • Loading branch information
devzgabriel committed Mar 18, 2022
1 parent a2e3902 commit d3117ff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@euk-labs/beltz",
"version": "2.4.0",
"version": "2.4.2",
"main": "./cjs/index.js",
"module": "./index.js",
"types": "./index.d.ts",
Expand All @@ -19,8 +19,7 @@
"clean": "rimraf lib",
"build": "node ./scripts/build.js && tsc --project ./tsconfig.json --emitDeclarationOnly",
"lint": "tsc --project ./tsconfig.json && eslint src -c .eslintrc.json --ext tsx,ts",
"test": "jest",
"prepare": "husky install"
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.16.5",
Expand Down
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './date';
export * from './cpf';
export * from './cnpj';
export * from './cpf';
export * from './date';
export * from './object';
export * from './regex';
export * from './string';
1 change: 1 addition & 0 deletions src/string/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './manipulation';

0 comments on commit d3117ff

Please sign in to comment.