Skip to content

Commit 6ad90f2

Browse files
committed
chore: bumped version to v1.4.1
1 parent b795bfc commit 6ad90f2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "@koex/httpbin",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "MIT",
55
"author": "Zero",
66
"main": "./lib/index.js",
77
"bin": {
88
"httpbin": "./lib/cli.js",
99
"koex-httpbin": "./lib/cli.js"
1010
},
11+
"directories": {
12+
"lib": "lib"
13+
},
14+
"files": [
15+
"lib"
16+
],
1117
"scripts": {
1218
"build": "tsc -p tsconfig.prod.json",
1319
"dev": "tsc-watch -p tsconfig.json --onSuccess \"node lib/serve.js\"",

0 commit comments

Comments
 (0)