Skip to content

Commit

Permalink
chore: correctly include dist files in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dauta committed Feb 20, 2022
1 parent 9c9c707 commit b709bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
./src
./configs
./types
.eslintrc.json
.prettierrc
src
configs
types
tsconfig.json
index.ts
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@dauta/uniform",
"version": "0.5.1",
"version": "0.5.2",
"description": "All in one code linter and formatter for JS and TS",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"files": ["./dist"],
"files": ["dist"],
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit b709bb9

Please sign in to comment.