We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713c782 commit b24728aCopy full SHA for b24728a
package.json
@@ -24,7 +24,7 @@
24
"bugs": {
25
"url": "https://github.com/fluse/react-scroll-bound/issues"
26
},
27
- "homepage": "https://github.com/fluse/react-list-scroll-bound",
+ "homepage": "https://github.com/fluse/react-scroll-bound",
28
"scripts": {
29
"start": "webpack-dev-server --open --mode development",
30
"page": "webpack --mode production --output-path page",
publish.js
@@ -0,0 +1,3 @@
1
+var ghpages = require('gh-pages');
2
+
3
+ghpages.publish('page', function(err) {});
0 commit comments