Skip to content

Commit 8ab8431

Browse files
committed
Merge branch 'master' of github.com:usablica/intro.js
* 'master' of github.com:usablica/intro.js: Add available since tags for hints API docs Added a valid SPDX license
2 parents 6e8a8cb + 96d58bb commit 8ab8431

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/docs/hints/api.md

+4
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ introJs().addHints();
114114

115115
Show the hint with given `hintId`.
116116

117+
**Available since**: v2.4.0
118+
117119
**Example:**
118120
```javascript
119121
introJs().showHint(1);
@@ -125,6 +127,8 @@ introJs().showHint(1);
125127

126128
Show all hints.
127129

130+
**Available since**: v2.4.0
131+
128132
**Example:**
129133
```javascript
130134
introJs().showHints();

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"node >=0.1.90"
1616
],
1717
"main": "intro.js",
18-
"license": "See LICENSE.md",
18+
"license": "AGPL-3.0",
1919
"spm": {
2020
"main": "intro.js",
2121
"output": [

0 commit comments

Comments
 (0)