Skip to content

Commit

Permalink
chore: attach typings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 31, 2019
1 parent 4146ad0 commit 7670aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A lightweight, Promise-based wrapper for Node.js HTTP requests~!",
"module": "dist/httpie.mjs",
"main": "dist/httpie.js",
"types": "httpie.d.ts",
"license": "MIT",
"author": {
"name": "Luke Edwards",
Expand All @@ -20,6 +21,7 @@
"test": "tape -r esm test/*.js | tap-spec"
},
"files": [
"*.d.ts",
"dist"
],
"keywords": [
Expand Down

0 comments on commit 7670aab

Please sign in to comment.