Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Aug 18, 2024
1 parent 59aec43 commit 94a8cde
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-boop-simple",
"version": "0.0.0",
"version": "0.1.0",
"description": "React hook for Josh W. Comeau's \"Boop\" effect.",
"keywords": [
"nodejs",
Expand Down Expand Up @@ -43,10 +43,18 @@
"test:types": "pnpm build && tsd -t dist/index.d.ts"
},
"ava": {
"environmentVariables": { "TSIMP_DIAG": "ignore" },
"extensions": { "ts": "module" },
"nodeArguments": ["--import=tsimp"],
"require": ["test/_require.ts"],
"environmentVariables": {
"TSIMP_DIAG": "ignore"
},
"extensions": {
"ts": "module"
},
"nodeArguments": [
"--import=tsimp"
],
"require": [
"test/_require.ts"
],
"serial": true
},
"dependencies": {
Expand Down

0 comments on commit 94a8cde

Please sign in to comment.