Minor fix in type definition
Browse files- package.json +1 -1
- types/index.d.ts +1 -1
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "driver.js",
|
3 |
-
"version": "0.7.
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
"main": "dist/driver.min.js",
|
6 |
"types": "types/index.d.ts",
|
|
|
1 |
{
|
2 |
"name": "driver.js",
|
3 |
+
"version": "0.7.1",
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
"main": "dist/driver.min.js",
|
6 |
"types": "types/index.d.ts",
|
types/index.d.ts
CHANGED
@@ -49,7 +49,7 @@ declare module 'driver.js' {
|
|
49 |
/**
|
50 |
* Public setter for steps property
|
51 |
*/
|
52 |
-
public setSteps():
|
53 |
|
54 |
/**
|
55 |
* Does the required bindings for DOM Events
|
|
|
49 |
/**
|
50 |
* Public setter for steps property
|
51 |
*/
|
52 |
+
public setSteps(): void;
|
53 |
|
54 |
/**
|
55 |
* Does the required bindings for DOM Events
|