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 ebdd817 commit dd64d58Copy full SHA for dd64d58
.travis.yml
@@ -0,0 +1,15 @@
1
+language: node_js
2
+node_js:
3
+ - "stable"
4
+cache:
5
+ directories:
6
+ - node_modules
7
+script:
8
+ - npm run build
9
+deploy:
10
+ provider: pages
11
+ skip_cleanup: true
12
+ github_token: $github_token
13
+ local_dir: build
14
+ on:
15
+ branch: master
package.json
@@ -1,5 +1,5 @@
{
- "homepage": "https://na6im.github.io/react-floating-button-demo",
+ "homepage": "http://floating-button.namokrane.works/",
"name": "react-floating-button-demo",
"version": "0.1.0",
"private": true,
0 commit comments