🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-tour-guide

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tour-guide - npm Package Compare versions

Comparing version
0.0.6
to
0.0.7
+1
-1
dist/js/Indicator.js

@@ -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;
{
"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"

@@ -116,13 +116,2 @@ react-tour-guide [![npm version](https://badge.fury.io/js/react-tour-guide.svg)](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`
```