Skip to content

Commit

Permalink
feat(state): use generics (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed May 11, 2023
1 parent 2be88c2 commit 7728243
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 646 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '16'
node-version: 18

- run: npm install
- run: npm run format
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules

# application
dist
test/demo/index.js
File renamed without changes.
180 changes: 0 additions & 180 deletions dist/index.cjs

This file was deleted.

19 changes: 0 additions & 19 deletions dist/index.d.ts

This file was deleted.

143 changes: 0 additions & 143 deletions dist/index.js

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"LICENSE",
"src"
],
"homepage": "https://github.com/ayushmxn/vsx",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 7728243

Please sign in to comment.