Skip to content

Commit

Permalink
1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed Oct 27, 2024
1 parent 89153a6 commit 2936d82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dame",
"version": "1.2.6",
"version": "1.2.7",
"description": "minimalistic HTTP client for browser and node",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,6 +50,9 @@
"vitest": "^2.1.3"
},
"main": "dame.js",
"files": ["dame.js", "dame.d.ts"],
"files": [
"dame.js",
"dame.d.ts"
],
"types": "dame.d.ts"
}

0 comments on commit 2936d82

Please sign in to comment.