Skip to content

Commit 151e757

Browse files
committed
update packages + update links
1 parent 0ef6178 commit 151e757

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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": "Better introductions for websites and features with a step-by-step guide for your projects",
5-
"version": "1.1.1",
5+
"version": "2.0",
66
"main": "intro.js",
77
"scripts": [
88
"intro.js"

example/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ <h3 class="muted">Examples</h3>
3232
<li><a href="html-tooltip/index.html" title='HTML in tooltip'>HTML in tooltip</a></li>
3333
<li><a href="custom-class/index.html" title='Custom CSS Class'>Custom CSS Class</a></li>
3434
<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>
3537
</ul>
3638
</div>
3739
</body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intro.js",
33
"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",
55
"author": "Afshin Mehrabani <[email protected]>",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)