Skip to content

Commit

Permalink
Merge pull request #3 from pvoznyuk/feat/demo
Browse files Browse the repository at this point in the history
feat(demo)
  • Loading branch information
pvoznyuk authored May 31, 2017
2 parents b8c9d6d + 7bf3330 commit d3fee0a
Show file tree
Hide file tree
Showing 10 changed files with 57,839 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ pids
*.pid
*.seed

/build/

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules/

/example/
/.coveralls.yml
/reports/

Expand Down
10 changes: 5 additions & 5 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-live-clock",
"version": "0.0.2",
"version": "0.0.3",
"description": "React Live Clock",
"main": [
"build/react-component-template.js",
"build/react-component-template.js.map",
"build/react-component-template.min.js",
"build/react-component-template.min.js.map"
"build/react-live-clock.js",
"build/react-live-clock.js.map",
"build/react-live-clock.min.js",
"build/react-live-clock.min.js.map"
],
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d3fee0a

Please sign in to comment.