http-react
Advanced tools
Comparing version 2.7.2 to 2.7.3
{ | ||
"name": "http-react", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "React hooks for data fetching", | ||
@@ -8,7 +8,4 @@ "main": "dist/index.js", | ||
"test": "jest", | ||
"compile": "tsc && webpack --mode production" | ||
"compile": "tsc && webpack --mode production && tsc server.ts --declaration" | ||
}, | ||
"directories": { | ||
"server": "./dist/server" | ||
}, | ||
"repository": { | ||
@@ -15,0 +12,0 @@ "type": "git", |
236716
28
4150