Skip to content

Commit

Permalink
feat: ✨ converting cjs to module in ts (#40)
Browse files Browse the repository at this point in the history
* feat: ✨ converting cjs to module in ts

* fix: 🐛 fixed issues while migrating to module
  • Loading branch information
WasiqB committed Jan 11, 2024
1 parent d171290 commit bf88b0e
Show file tree
Hide file tree
Showing 25 changed files with 165 additions and 148 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PUSH_TOKEN: ${{ secrets.PUSH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}

steps:
- name: Check out Git repository
Expand Down
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.4.0",
"description": "🧑🏻‍💻 Command line tool for Boyka framework",
"main": "./dist/index.js",
"type": "module",
"bin": {
"boyka": "./dist/index.js"
},
Expand Down Expand Up @@ -41,14 +42,14 @@
"@stylistic/eslint-plugin-js": "^1.5.3",
"@stylistic/eslint-plugin-ts": "^1.5.3",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.10.7",
"@types/node": "^20.10.8",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
Expand All @@ -57,7 +58,7 @@
},
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"chalk": "^4.1.2",
"chalk": "^5.3.0",
"nanospinner": "^1.1.0",
"yargs": "^17.7.2"
},
Expand Down
135 changes: 64 additions & 71 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bf88b0e

Please sign in to comment.