Skip to content

Commit e31e434

Browse files
authored
Merge pull request usablica#1576 from usablica/5.0.0
chore: 5.0.0
2 parents 251114d + 182ee9a commit e31e434

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@
44
[![](https://data.jsdelivr.com/v1/package/npm/intro.js/badge)](https://www.jsdelivr.com/package/npm/intro.js)
55
[![npm](https://img.shields.io/npm/dm/intro.js)](https://www.jsdelivr.com/package/npm/intro.js)
66

7-
> Lightweight, user-friendly onboarding tour library
7+
> User Onboarding and Product Walkthrough Library
88
9-
<p align="center"><img src="https://raw.githubusercontent.com/usablica/intro.js/gh-pages/img/introjs-demo.png"></p>
9+
<p align="center">
10+
<a href="https://introjs.com">
11+
<img src="https://raw.githubusercontent.com/usablica/intro.js/gh-pages/img/introjs-demo.png">
12+
</a>
13+
</p>
1014

1115
## Where to get
1216
You can obtain your local copy of Intro.js from:
1317

1418
**1)** This GitHub repository, using ```git clone https://github.com/usablica/intro.js.git```
1519

16-
**2)** Using bower ```bower install intro.js --save```
20+
**2)** Using yarn ```yarn add intro.js```
1721

1822
**3)** Using npm ```npm install intro.js --save```
1923

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": "4.3.0",
5+
"version": "5.0.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
22
"name": "intro.js",
3-
"version": "4.3.0",
4-
"description": "Lightweight, user-friendly onboarding tour library",
3+
"version": "5.0.0",
4+
"description": "User Onboarding and Product Walkthrough Library",
55
"keywords": [
66
"onboarding",
77
"tour",
88
"introjs",
99
"intro",
1010
"guide",
11-
"walkthrough"
11+
"walkthrough",
12+
"user-onboarding"
1213
],
1314
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
1415
"homepage": "https://introjs.com",

0 commit comments

Comments
 (0)