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 7080b57 commit c394dffCopy full SHA for c394dff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@r2don/nest-http-interface",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "",
5
"maintainers": [
6
@@ -20,7 +20,7 @@
20
},
21
"homepage": "https://github.com/r2don/nest-http-interface#readme",
22
"main": "dist/index.js",
23
- "types" : "dist/index.d.ts",
+ "types": "dist/index.d.ts",
24
"scripts": {
25
"format": "eslint --fix ./lib",
26
"build": "tsc --build --verbose tsconfig.build.json",
0 commit comments