Skip to content

Commit

Permalink
chore(colstonjs): update dependencies and release
Browse files Browse the repository at this point in the history
- update dependencies and release a new version
- move bun-types to devDependencies
  • Loading branch information
ajimae committed Oct 1, 2022
1 parent a1e0adf commit db2f74a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"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"
}
}
}

0 comments on commit db2f74a

Please sign in to comment.