Skip to content

Commit

Permalink
chore: fixpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Aug 17, 2024
1 parent 450cc12 commit 227770f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
],
"license": "ISC",
"main": "format-duration.js",
"types": "format-duration.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ungoldman/format-duration.git"
},
"scripts": {
"test": "standard && tape *.test.js"
}
},
"types": "format-duration.d.ts"
}

0 comments on commit 227770f

Please sign in to comment.