Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed May 12, 2015
1 parent cb3e7d0 commit 1ad5424
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"react-progress-button.js",
"react-progress-button.css"
],
"version": "0.1.0",
"version": "0.1.8",
"homepage": "https://github.com/mathieudutour/react-progress-button",
"description": "Simple react.js component for a inline progress indicator",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<body>
<div id="button-success"></div>
<div id="button-error"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.0/JSXTransformer.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.0/react.min.js"></script>
<script src="../react-progress-button.js"></script>
<script>
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"dependencies": {
"react": "^0.12.0"
},
"devDependencies": {
"jsdom": "^3.0.2",
"coveralls": "^2.11.2",
"mocha": "^2.1.0",
"istanbul": "^0.3.5"
},
"scripts": {},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ad5424

Please sign in to comment.