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 b795bfc commit 6ad90f2Copy full SHA for 6ad90f2
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "@koex/httpbin",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"license": "MIT",
5
"author": "Zero",
6
"main": "./lib/index.js",
7
"bin": {
8
"httpbin": "./lib/cli.js",
9
"koex-httpbin": "./lib/cli.js"
10
},
11
+ "directories": {
12
+ "lib": "lib"
13
+ },
14
+ "files": [
15
+ "lib"
16
+ ],
17
"scripts": {
18
"build": "tsc -p tsconfig.prod.json",
19
"dev": "tsc-watch -p tsconfig.json --onSuccess \"node lib/serve.js\"",
0 commit comments