Skip to content

Commit

Permalink
chore(v0.1.0-beta.2): v0.1.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimae committed Jul 16, 2022
1 parent 0ee08cf commit 9851bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colstonjs",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"author": "Chukwuemeka Ajima <[email protected]>",
"repository": "https://github.com/ajimae/colstonjs.git",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["ESNext"],
"module": "ES2015",
"module": "CommonJS",
"moduleResolution": "node",
"removeComments": false,
"resolveJsonModule": true,
"types": ["bun-types"],
"outDir": "dist"
},
"exclude": ["example", "dist"]
"include": ["index.ts", "src/**/*"]
}

0 comments on commit 9851bed

Please sign in to comment.