Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertGaryHPE committed Sep 10, 2019
1 parent 2063435 commit b37a5ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reactour",
"version": "1.15.0",
"description": "Tourist Guide into your React Components",
"name": "reactour2",
"version": "1.0.0",
"description": "Tourist Guide into your React Components. This is a fork of reactour. It includes some improvements not yet in reactour including pre/post action functions and optinal dealy to wait for components to render.",
"main": "dist/reactour.cjs.js",
"module": "dist/reactour.esm.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/elrumordelaluz/reactour.git"
"url": "git+https://github.com/RobertGary1/reactour.git"
},
"keywords": [
"react",
Expand All @@ -35,12 +35,12 @@
"dist",
"README.md"
],
"author": "Lionel T <elrumordelaluz@hotmail.com> (https://elrumordelaluz.com/)",
"author": "Robetr G <robertmgary@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elrumordelaluz/reactour/issues"
"url": "hhttps://github.com/RobertGary1/reactour/issues"
},
"homepage": "https://github.com/elrumordelaluz/reactour#readme",
"homepage": "hhttps://github.com/RobertGary1/reactour#readme",
"devDependencies": {
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
Expand Down

0 comments on commit b37a5ec

Please sign in to comment.