Skip to content

Commit

Permalink
Merge pull request #7 from neogeek/feature/typescript
Browse files Browse the repository at this point in the history
[feat] Converted project to typescript.
  • Loading branch information
neogeek authored May 7, 2024
2 parents e996d33 + f099b15 commit 142ece1
Show file tree
Hide file tree
Showing 12 changed files with 544 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build package
run: npm run build

- name: NPM whoami
run: npm whoami
env:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/

dist/
10 changes: 8 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@

examples/

tests/
bin/
!dist/bin/

src/
!dist/src/

*.test.js
tests/

.onlyignore

.prettierrc

tsconfig.json
File renamed without changes.
Loading

0 comments on commit 142ece1

Please sign in to comment.