Skip to content

Commit

Permalink
* need to bump resources.edn as well
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 25, 2023
1 parent 30d6254 commit 7e20532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/test.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
:npm-deps {:lodash "4.17.4"}
:closure-warnings {:non-standard-jsdoc :off :global-this :off}
:install-deps true
:language-out :es5
:language-in :ecmascript-2020
:language-out :ecmascript-2020
:foreign-libs
[{:file "src/test/cljs/calculator_global.js"
:provides ["calculator"]
Expand Down

0 comments on commit 7e20532

Please sign in to comment.