Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 60ca7e8

Browse files
committed
v1.0.14
1 parent 14af2a1 commit 60ca7e8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "static-cms-proxy-server",
33
"description": "Proxy server to be used with Static CMS proxy backend",
4-
"version": "1.0.13",
4+
"version": "1.0.14",
55
"repository": "https://github.com/staticjscms/static-cms-proxy-server",
66
"bugs": "https://github.com/staticjscms/static-cms-proxy-server/issues",
77
"license": "MIT",
@@ -58,7 +58,13 @@
5858
"engines": {
5959
"node": ">=v14"
6060
},
61-
"bin": "dist/index.js",
61+
"bin": {
62+
"static-cms-proxy-server": "./dist/index.js"
63+
},
64+
"files": [
65+
"src/",
66+
"dist/"
67+
],
6268
"publishConfig": {
6369
"access": "public",
6470
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)