We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2161144 commit 94b5572Copy full SHA for 94b5572
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-scroll-lock-component",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "A React component wrapper that restricts scrolling capabilities of everything except for its children.",
5
"main": "index.js",
6
"scripts": {
@@ -34,8 +34,8 @@
34
"style-loader": "^0.13.1",
35
"webpack": "^1.13.0"
36
},
37
- "repository" : {
38
- "type" : "git",
39
- "url" : "https://github.com/orteth01/react-scroll-lock-component"
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/orteth01/react-scroll-lock-component"
40
}
41
0 commit comments