Skip to content

Commit

Permalink
update deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sbayd committed Jan 1, 2018
1 parent 3e045cf commit fc43793
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# React-UI-Blocker

DEMO: http:https://sbaydin.com/uiblocker/
DEMO: http:https://uiblocker.sbaydin.com/

A Body Blocker with Cool Animations for React Apps

Expand Down
2 changes: 1 addition & 1 deletion example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class App extends React.Component {
<UIBlocker
theme={loadingType}
isVisible={isVisible}
message="Loading.. or your custom message"
message="Loading.. or your custom message (This will be removed in 3 secs.)"
/>
</div>);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": false,
"scripts": {
"start": "parcel example/index.html",
"productionForExamples": "parcel build example/index.html -d dist/example/ --no-minify",
"buildExample": "parcel build example/index.html -d dist/example/ --no-minify",
"build": "babel src/ -d build/"
},
"dependencies": {
Expand Down

0 comments on commit fc43793

Please sign in to comment.