Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 9da2822

Browse files
committed
v2.11.0
1 parent 693bbc0 commit 9da2822

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ dist/
66
yarn.lock
77
swagger.json
88
static/licenses.html
9-
version-info.json
9+
version-info.json
10+
ee-dist/

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailengine-app",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"private": true,
55
"description": "Email Sync Engine",
66
"main": "server.js",
@@ -9,7 +9,8 @@
99
"dev": "node server --dbs.redis='redis://127.0.0.1:6379/9' | pino-pretty",
1010
"test": "grunt",
1111
"swagger": "./getswagger.sh",
12-
"build-dist": "npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && ./update-info.sh && npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install",
12+
"build-source": "rm -rf node_modules package-lock.json && npm install && npm run licenses && rm -rf node_modules package-lock.json && npm install --production && rm -rf package-lock.json && ./update-info.sh",
13+
"build-dist": "npx pkg --compress Brotli package.json && rm -rf package-lock.json && npm install",
1314
"licenses": "license-checker --json | node license-table.js > static/licenses.html",
1415
"postinstall": "npm run licenses"
1516
},
@@ -55,7 +56,7 @@
5556
"ioredis": "4.28.3",
5657
"joi": "17.5.0",
5758
"jquery": "3.6.0",
58-
"js-beautify": "^1.14.0",
59+
"js-beautify": "1.14.0",
5960
"libmime": "5.0.0",
6061
"license-checker": "25.0.1",
6162
"linkifyjs": "2.1.9",
@@ -111,6 +112,6 @@
111112
"node16-macos-x64",
112113
"node16-win-x64"
113114
],
114-
"outputPath": "dist"
115+
"outputPath": "ee-dist"
115116
}
116117
}

0 commit comments

Comments
 (0)