Skip to content

Commit d7b9f34

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 8802fe7 + 632df10 commit d7b9f34

File tree

4 files changed

+120
-172
lines changed

4 files changed

+120
-172
lines changed

bin/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ v$VERSION == "$LAST" ]]; then
3131
fi
3232

3333
# check javascript version
34-
VERSION=$(node --eval "console.log(require('$DIST_FOLDER/intro.js').version);")
34+
VERSION=$(node --eval "document = {}; console.log(require('$DIST_FOLDER/intro.js').version);")
3535

3636
if [[ v$VERSION == "$LAST" ]]; then
3737
echo "Update version in ./intro.js!"
@@ -67,4 +67,4 @@ else
6767
echo "Skipping the publish procedure"
6868
fi
6969

70-
popd
70+
popd

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "intro.js",
33
"repo": "usablica/intro.js",
44
"description": "Lightweight, user-friendly onboarding tour library",
5-
"version": "8.1.0-beta.1",
5+
"version": "8.2.0-beta.1",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

0 commit comments

Comments
 (0)