Skip to content

Commit 320dede

Browse files
committed
tag 0.0.8 ; disable CI script for npm
1 parent a1b5eb0 commit 320dede

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

calcit.cirru

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{} (:package |docs-workflow)
3-
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.7)
3+
:configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.8)
44
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55
:entries $ {}
66
:files $ {}
@@ -117,7 +117,7 @@
117117
:on-click $ fn (e d1)
118118
do
119119
reset! *text-content $ []
120-
-> e :event .-target .-parentElement .-firstChild .-children js/Array.prototype.slice.call $ .!forEach
120+
-> e :event .-target .-parentElement .-firstChild .-children js/Array.from $ .!forEach
121121
fn (child idx ? a)
122122
if
123123
not= "\"PRE" $ .-tagName child

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.7",
2+
"version": "0.0.8",
33
"name": "@calcit/docs-workflow",
44
"dependencies": {
55
"@calcit/procs": "^0.5.41",

0 commit comments

Comments
 (0)