Skip to content

Commit 3cd2b0a

Browse files
committed
update zabo sdk
1 parent 88f9cc8 commit 3cd2b0a

File tree

3 files changed

+44
-30
lines changed

3 files changed

+44
-30
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"morgan": "~1.9.1",
1515
"open": "^7.0.0",
1616
"pug": "^2.0.4",
17-
"zabo-sdk-js": "^0.8.1"
17+
"zabo-sdk-js": "^0.9.0"
1818
}
19-
}
19+
}

views/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html
33
head
44
title= title
55
link(rel='stylesheet', href='/stylesheets/style.css')
6-
script(src='https://cdn.zabo.com/0.8.1/zabo.js')
6+
script(src='https://cdn.zabo.com/0.9.0/zabo.js')
77
body
88
block content
99
script(src='/scripts/utils.js')

0 commit comments

Comments
 (0)