Skip to content

Commit

Permalink
Merge pull request #7 from ajimae/chore/update-dependencies-and-release
Browse files Browse the repository at this point in the history
Update dependencies and release
  • Loading branch information
ajimae committed Oct 1, 2022
2 parents a1e0adf + db2f74a commit c5642d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions clean-dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ cat << EOF > dist/index.d.ts
export * from "./declarations/types.d";
export { default as Router } from "./src/router";
EOF

echo "✨ Done"
# echo "✨ Done"
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "colstonjs",
"version": "0.1.0-beta.4",
"version": "0.1.0-beta.5",
"author": "Chukwuemeka Ajima <[email protected]>",
"repository": "https://github.com/ajimae/colstonjs.git",
"main": "dist/index.js",
"dependencies": {
"bun-types": "^0.1.4"
},
"description": "fast, lightweight and zero dependency framework for bunjs",
"files": [
"dist/*",
Expand All @@ -29,8 +26,11 @@
],
"license": "MIT",
"private": false,
"devDependencies": {
"bun-types": "^0.1.11"
},
"scripts": {
"build": "rm -rf dist && tsc",
"postbuild": "chmod +x clean-dist && sh ./clean-dist"
}
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"removeComments": false,
"resolveJsonModule": true,
"types": ["bun-types"],
"outDir": "dist"
"outDir": "dist",
"skipLibCheck": true
},
"include": ["index.ts", "src/**/*"]
}

0 comments on commit c5642d5

Please sign in to comment.