Skip to content

Commit

Permalink
tag 0.0.8 ; disable CI script for npm
Browse files Browse the repository at this point in the history
tiye committed Apr 29, 2022
1 parent a1b5eb0 commit 320dede
Showing 4 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{} (:package |docs-workflow)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.7)
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.8)
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
:entries $ {}
:files $ {}
@@ -117,7 +117,7 @@
:on-click $ fn (e d1)
do
reset! *text-content $ []
-> e :event .-target .-parentElement .-firstChild .-children js/Array.prototype.slice.call $ .!forEach
-> e :event .-target .-parentElement .-firstChild .-children js/Array.from $ .!forEach
fn (child idx ? a)
if
not= "\"PRE" $ .-tagName child
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.7",
"version": "0.0.8",
"name": "@calcit/docs-workflow",
"dependencies": {
"@calcit/procs": "^0.5.41",

0 comments on commit 320dede

Please sign in to comment.