react-tour-guide
Advanced tools
@@ -42,2 +42,2 @@ 'use strict'; | ||
| module.exports = React.createFactory(Indicator); | ||
| module.exports = Indicator; |
@@ -50,2 +50,2 @@ 'use strict'; | ||
| module.exports = React.createFactory(Tooltip); | ||
| module.exports = Tooltip; |
+1
-12
| { | ||
| "name": "react-tour-guide", | ||
| "version": "0.0.6", | ||
| "version": "0.0.7", | ||
| "author": "Jake Marsh <jakemmarsh@gmail.com>", | ||
@@ -30,15 +30,4 @@ "description": "A ReactJS mixin to give new users a popup-based tour of your application.", | ||
| "gulp-strip-debug": "^1.0.2", | ||
| "jest-cli": "^0.4.0", | ||
| "run-sequence": "^1.0.2" | ||
| }, | ||
| "jest": { | ||
| "rootDir": ".", | ||
| "testPathDirs": [ | ||
| "<rootDir>" | ||
| ], | ||
| "testDirectoryName": "__tests__", | ||
| "testFileExtensions": [ | ||
| "js" | ||
| ] | ||
| }, | ||
| "scripts": { | ||
@@ -45,0 +34,0 @@ "prepublish": "gulp build" |
+1
-12
@@ -116,13 +116,2 @@ react-tour-guide [](http://badge.fury.io/js/react-tour-guide) | ||
| </div> | ||
| ``` | ||
| --- | ||
| ### Testing | ||
| All tests for this package are within the `__tests__/` directory. If you wish to run the tests: | ||
| 1. `git clone git@github.com:jakemmarsh/react-tour-guide.git` | ||
| 2. `cd react-tour-guide` | ||
| 3. `npm install` | ||
| 4. `npm test` | ||
| ``` |
5
-16.67%17958
-2.55%116
-8.66%