react-joyride
Advanced tools
Comparing version 2.0.0-rc.2 to 2.0.0-rc.3
{ | ||
"name": "react-joyride", | ||
"version": "2.0.0-rc.2", | ||
"version": "2.0.0-rc.3", | ||
"description": "Create guided tours for your apps", | ||
@@ -110,3 +110,4 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"rollup-plugin-filesize": "^5.0.1", | ||
"rollup-plugin-node-resolve": "^4.0.0" | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"yargs": "^12.0.5" | ||
}, | ||
@@ -119,6 +120,6 @@ "scripts": { | ||
"test": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
"test:watch": "jest --watch --verbose", | ||
"bundlesize": "bundlesize", | ||
"precommit": "node tools commits && npm run lint && npm test && npm run bundlesize", | ||
"prepublishOnly": "npm run build" | ||
"validate": "npm run lint && npm test && flow && npm run build && npm run bundlesize", | ||
"prepublishOnly": "npm run validate" | ||
}, | ||
@@ -137,6 +138,6 @@ "bundlesize": [ | ||
"hooks": { | ||
"post-merge": "node tools update && npm update", | ||
"pre-commit": "npm run precommit" | ||
"post-merge": "node tools update", | ||
"pre-commit": "node tools upstream && npm run validate" | ||
} | ||
} | ||
} |
@@ -88,3 +88,3 @@ import React from 'react'; | ||
const { disableCloseOnEsc, debug, run, steps } = this.props; | ||
const { start } = this.helpers; | ||
const { start } = this.store; | ||
@@ -267,3 +267,3 @@ if (validateSteps(steps, debug) && run) { | ||
const { addListener, start } = this.store; | ||
const { addListener } = this.store; | ||
@@ -270,0 +270,0 @@ log({ |
@@ -128,3 +128,3 @@ import * as React from 'react'; | ||
locale?: Locale; | ||
run: boolean; | ||
run?: boolean; | ||
scrollOffset?: number; | ||
@@ -131,0 +131,0 @@ scrollToFirstStep?: boolean; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239804
61
7213