We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fa4a8 commit c4644c2Copy full SHA for c4644c2
package.json
@@ -4,6 +4,10 @@
4
"description": "💎 Elegant and simple way to build requests for REST API",
5
"main": "build/index.js",
6
"types": "./index.d.ts",
7
+ "files": [
8
+ "build",
9
+ "index.d.ts"
10
+ ],
11
"scripts": {
12
"build": "babel src -d build",
13
"lint": "eslint --ext .js .",
0 commit comments