Skip to content

Commit 0f2876f

Browse files
1.7.1
1 parent b4e2fe3 commit 0f2876f

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactour",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Tourist Guide into your React Components",
55
"main": "dist/index.js",
66
"scripts": {
@@ -30,9 +30,11 @@
3030
"product-intro",
3131
"presentation"
3232
],
33-
"files": ["dist", "README.md"],
34-
"author":
35-
"Lionel T <[email protected]> (https://elrumordelaluz.com/)",
33+
"files": [
34+
"dist",
35+
"README.md"
36+
],
37+
"author": "Lionel T <[email protected]> (https://elrumordelaluz.com/)",
3638
"license": "MIT",
3739
"bugs": {
3840
"url": "https://github.com/elrumordelaluz/reactour/issues"
@@ -67,7 +69,11 @@
6769
"react-dom": "^15.3.0 || ^16.0.0"
6870
},
6971
"babel": {
70-
"presets": ["react", "es2015", "stage-2"]
72+
"presets": [
73+
"react",
74+
"es2015",
75+
"stage-2"
76+
]
7177
},
7278
"dependencies": {
7379
"classnames": "2.2.5",

0 commit comments

Comments
 (0)