Skip to content

Commit 1ab63e8

Browse files
committed
0.2.0 version bump
1 parent 63bc974 commit 1ab63e8

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

package.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@researchgate/react-intersection-observer",
33
"description": "React Component for the Intersection Observer API",
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"author": "Luis Merino <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/researchgate/react-intersection-observer/issues"
@@ -35,27 +35,12 @@
3535
"storybook-readme": "^3.0.6",
3636
"style-loader": "^0.18.2"
3737
},
38-
"files": [
39-
"lib"
40-
],
38+
"files": ["lib"],
4139
"homepage": "https://github.com/researchgate/react-intersection-observer#readme",
42-
"keywords": [
43-
"Intersection",
44-
"Observer",
45-
"react",
46-
"component",
47-
"viewport",
48-
"visible",
49-
"invisible",
50-
"researchgate"
51-
],
40+
"keywords": ["Intersection", "Observer", "react", "component", "viewport", "visible", "invisible", "researchgate"],
5241
"license": "MIT",
5342
"lint-staged": {
54-
"*.js": [
55-
"prettier --print-width 120 --trailing-comma es5 --single-quote --write",
56-
"eslint --fix",
57-
"git add"
58-
]
43+
"*.js": ["prettier --print-width 120 --trailing-comma es5 --single-quote --write", "eslint --fix", "git add"]
5944
},
6045
"main": "lib/js/index.js",
6146
"module": "lib/es/index.js",

0 commit comments

Comments
 (0)