1
0
mirror of https://github.com/c9fe/22120.git synced 2024-10-26 22:52:38 +02:00

Test dual export

This commit is contained in:
Cris Stringfellow 2022-01-05 14:15:35 +08:00
parent a32ba81c37
commit 17d987876c

View File

@ -1,5 +1,6 @@
{
"name": "archivist1",
"version": "2.4.8",
"description": "Library server and an archivist browser controller.",
"main": "build/22120.js",
"module": "src/app.js",
@ -16,7 +17,8 @@
"save": "nodemon src/app.js 22120 save",
"serve": "nodemon src/app.js 22120 serve",
"lint": "watch -n 5 npx eslint .",
"test-hl": "node src/highlighter.js"
"test-hl": "node src/highlighter.js",
"postpublish": "cp package.json .package.build.json && ./scripts/go_dev.sh"
},
"repository": {
"type": "git",