File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " intro.js" ,
3
3
"repo" : " usablica/intro.js" ,
4
4
"description" : " Better introductions for websites and features with a step-by-step guide for your projects" ,
5
- "version" : " 1.1.1 " ,
5
+ "version" : " 2.0 " ,
6
6
"main" : " intro.js" ,
7
7
"scripts" : [
8
8
" intro.js"
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ <h3 class="muted">Examples</h3>
32
32
< li > < a href ="html-tooltip/index.html " title ='HTML in tooltip '> HTML in tooltip</ a > </ li >
33
33
< li > < a href ="custom-class/index.html " title ='Custom CSS Class '> Custom CSS Class</ a > </ li >
34
34
< li > < a href ="withoutElement/index.html " title ='Introduction without focusing on elements '> Introduction without focusing on elements</ a > </ li >
35
+ < li > < a href ="hint/index.html " title ='Basic hints usage '> Basic hints usage</ a > </ li >
36
+ < li > < a href ="programmatic/hint.html " title ='Programmatic defining hints using JSON '> Programmatic defining hints using JSON</ a > </ li >
35
37
</ ul >
36
38
</ div >
37
39
</ body >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " intro.js" ,
3
3
"description" : " Better introductions for websites and features with a step-by-step guide for your projects" ,
4
- "version" : " 1.1.1 " ,
4
+ "version" : " 2.0 " ,
5
5
"author" :
" Afshin Mehrabani <[email protected] >" ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments