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",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadow-cljs": "^2.8.109"
|
"shadow-cljs": "^2.11.5"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"canvas": "^2.6.1",
|
"canvas": "^2.6.1",
|
||||||
@ -16,6 +16,6 @@
|
|||||||
"sqlite": "^3.0.3",
|
"sqlite": "^3.0.3",
|
||||||
"tmp-promise": "^3.0.2",
|
"tmp-promise": "^3.0.2",
|
||||||
"twit": "^2.2.11",
|
"twit": "^2.2.11",
|
||||||
"winston": "^3.2.1"
|
"winston": "^3.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,10 +12,12 @@
|
|||||||
{:script
|
{:script
|
||||||
{:target :node-script
|
{:target :node-script
|
||||||
:main lemondronor.advisorycircular/main
|
:main lemondronor.advisorycircular/main
|
||||||
:output-to "out/advisorycircular.js"}
|
:output-to "out/advisorycircular.js"
|
||||||
|
:compiler-options {:infer-externs false}}
|
||||||
:test
|
:test
|
||||||
{:target :node-test
|
{:target :node-test
|
||||||
:output-to "out/node-tests.js"
|
:output-to "out/node-tests.js"
|
||||||
|
:compiler-options {:infer-externs false}
|
||||||
;;:ns-regexp "-spec$"
|
;;:ns-regexp "-spec$"
|
||||||
:autorun true}
|
:autorun true}
|
||||||
:edn2json
|
:edn2json
|
||||||
|
Loading…
Reference in New Issue
Block a user