Test dual export
This commit is contained in:
parent
a32ba81c37
commit
17d987876c
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue