Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Oct 6, 2017
1 parent 5845bf6 commit 4d2e488
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/react-breadcrumbs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-breadcrumbs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -25067,7 +25067,7 @@ module.exports = g;

module.exports = {
"name": "@trendmicro/react-breadcrumbs",
"version": "0.5.4",
"version": "0.5.5",
"description": "Trend Micro Components: React Breadcrumbs",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -25112,7 +25112,7 @@ module.exports = {
"breadcrumbs"
],
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0"
"react": "^0.14.0 || >=15.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
Expand Down Expand Up @@ -25145,8 +25145,8 @@ module.exports = {
"html-webpack-plugin": "~2.28.0",
"http-server": "~0.9.0",
"nib": "~1.1.2",
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react": "^0.14.0 || >=15.0.0",
"react-dom": "^0.14.0 || >=15.0.0",
"style-loader": "~0.16.1",
"stylint": "~1.5.9",
"stylint-loader": "~1.0.0",
Expand Down Expand Up @@ -25596,4 +25596,4 @@ if(false) {
/***/ })

/******/ });
//# sourceMappingURL=bundle.js.map?1ca6c91e546edf185b37
//# sourceMappingURL=bundle.js.map?86dbfb7c63d5e384f37c
2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
</div>
</nav>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?1ca6c91e546edf185b37"></script></body>
<script type="text/javascript" src="bundle.js?86dbfb7c63d5e384f37c"></script></body>
</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/react-breadcrumbs",
"version": "0.5.4",
"version": "0.5.5",
"description": "Trend Micro Components: React Breadcrumbs",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 4d2e488

Please sign in to comment.