Skip to content

Commit

Permalink
refactor: init v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Jun 17, 2024
1 parent efba8c0 commit bc244d0
Show file tree
Hide file tree
Showing 31 changed files with 3,768 additions and 17,100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.idea
.vscode
coverage
node_modules
npm-debug.log
yarn-error.log
3 changes: 0 additions & 3 deletions bin/maizzle

This file was deleted.

5 changes: 5 additions & 0 deletions bin/maizzle.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node

import bootstrap from '../src/index.js'

await bootstrap()
Loading

0 comments on commit bc244d0

Please sign in to comment.