Skip to content

Commit

Permalink
chore: 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Feb 6, 2022
1 parent 251114d commit 182ee9a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@
[![](https://data.jsdelivr.com/v1/package/npm/intro.js/badge)](https://www.jsdelivr.com/package/npm/intro.js)
[![npm](https://img.shields.io/npm/dm/intro.js)](https://www.jsdelivr.com/package/npm/intro.js)

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

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

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

**2)** Using bower ```bower install intro.js --save```
**2)** Using yarn ```yarn add intro.js```

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

Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "intro.js",
"repo": "usablica/intro.js",
"description": "Lightweight, user-friendly onboarding tour library",
"version": "4.3.0",
"version": "5.0.0",
"main": "intro.js",
"scripts": [
"intro.js"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "intro.js",
"version": "4.3.0",
"description": "Lightweight, user-friendly onboarding tour library",
"version": "5.0.0",
"description": "User Onboarding and Product Walkthrough Library",
"keywords": [
"onboarding",
"tour",
"introjs",
"intro",
"guide",
"walkthrough"
"walkthrough",
"user-onboarding"
],
"author": "Afshin Mehrabani <afshin.meh@gmail.com>",
"homepage": "https://introjs.com",
Expand Down

0 comments on commit 182ee9a

Please sign in to comment.