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

Commit 14af2a1

Browse files
committed
v1.0.13
1 parent 165d20d commit 14af2a1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@staticcms/proxy-server",
2+
"name": "static-cms-proxy-server",
33
"description": "Proxy server to be used with Static CMS proxy backend",
4-
"version": "1.0.11",
4+
"version": "1.0.13",
55
"repository": "https://github.com/staticjscms/static-cms-proxy-server",
66
"bugs": "https://github.com/staticjscms/static-cms-proxy-server/issues",
77
"license": "MIT",
@@ -10,11 +10,12 @@
1010
"@staticcms",
1111
"staticcms",
1212
"static-cms",
13-
"backend"
13+
"backend",
14+
"proxy"
1415
],
1516
"sideEffects": false,
1617
"scripts": {
17-
"build": "webpack",
18+
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider webpack",
1819
"develop:run": "ts-node --files src/index.ts",
1920
"develop": "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec yarn develop:run",
2021
"prepublishOnly": "yarn build",
@@ -42,6 +43,7 @@
4243
"@types/morgan": "1.9.3",
4344
"@types/node": "16.11.64",
4445
"@types/vfile-message": "2.0.0",
46+
"cross-env": "7.0.3",
4547
"jest": "27.5.1",
4648
"nodemon": "2.0.20",
4749
"ts-jest": "27.1.5",
@@ -56,9 +58,7 @@
5658
"engines": {
5759
"node": ">=v14"
5860
},
59-
"bin": {
60-
"staticcms-proxy-server": "dist/index"
61-
},
61+
"bin": "dist/index.js",
6262
"publishConfig": {
6363
"access": "public",
6464
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)