Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekz committed Feb 23, 2024
1 parent e52e585 commit 41e8167
Show file tree
Hide file tree
Showing 9 changed files with 831 additions and 678 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x]
os: [ubuntu-latest]
node-version: [18.x, 20.x]

runs-on: ${{ matrix.os }}

Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE → LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2021 EGOIST (https://github.com/sponsors/egoist)
Copyright © 2021 Reflex (https://github.com/teamreflex)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "my-ts-lib",
"version": "0.0.0",
"description": "My awesome typescript library",
"name": "@teamreflex/typed-action",
"version": "1.0.0",
"description": "Zod validated React server actions",
"publishConfig": {
"access": "public"
},
Expand All @@ -25,8 +25,11 @@
"devDependencies": {
"@egoist/prettier-config": "1.0.0",
"prettier": "2.8.4",
"tsup": "6.6.3",
"typescript": "4.9.5",
"vitest": "0.28.5"
"tsup": "8.0.2",
"typescript": "5.3.3",
"vitest": "1.3.1"
},
"dependencies": {
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 41e8167

Please sign in to comment.