Updated to latest version of shadow-cljs and winston.
This commit is contained in:
parent
0b0217976c
commit
632fb472e9
624
package-lock.json
generated
624
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"shadow-cljs": "^2.8.109"
|
||||
"shadow-cljs": "^2.11.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"canvas": "^2.6.1",
|
||||
@ -16,6 +16,6 @@
|
||||
"sqlite": "^3.0.3",
|
||||
"tmp-promise": "^3.0.2",
|
||||
"twit": "^2.2.11",
|
||||
"winston": "^3.2.1"
|
||||
"winston": "^3.3.3"
|
||||
}
|
||||
}
|
||||
|
@ -12,10 +12,12 @@
|
||||
{:script
|
||||
{:target :node-script
|
||||
:main lemondronor.advisorycircular/main
|
||||
:output-to "out/advisorycircular.js"}
|
||||
:output-to "out/advisorycircular.js"
|
||||
:compiler-options {:infer-externs false}}
|
||||
:test
|
||||
{:target :node-test
|
||||
:output-to "out/node-tests.js"
|
||||
:compiler-options {:infer-externs false}
|
||||
;;:ns-regexp "-spec$"
|
||||
:autorun true}
|
||||
:edn2json
|
||||
|
Loading…
Reference in New Issue
Block a user