Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed Apr 18, 2018
1 parent b4e2fe3 commit 0f2876f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactour",
"version": "1.7.0",
"version": "1.7.1",
"description": "Tourist Guide into your React Components",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -30,9 +30,11 @@
"product-intro",
"presentation"
],
"files": ["dist", "README.md"],
"author":
"Lionel T <elrumordelaluz@hotmail.com> (https://elrumordelaluz.com/)",
"files": [
"dist",
"README.md"
],
"author": "Lionel T <elrumordelaluz@hotmail.com> (https://elrumordelaluz.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elrumordelaluz/reactour/issues"
Expand Down Expand Up @@ -67,7 +69,11 @@
"react-dom": "^15.3.0 || ^16.0.0"
},
"babel": {
"presets": ["react", "es2015", "stage-2"]
"presets": [
"react",
"es2015",
"stage-2"
]
},
"dependencies": {
"classnames": "2.2.5",
Expand Down

0 comments on commit 0f2876f

Please sign in to comment.