Skip to content

Commit

Permalink
Bump to 0.5.0 (#44)
Browse files Browse the repository at this point in the history
* Bump to 0.5.0

* Change supported Node.js verions
  • Loading branch information
cheton authored Jan 13, 2020
1 parent eb86e58 commit 7495c5c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ os:

node_js:
- '8'
- '6'
- '10'

before_install:
- npm install -g npm
Expand Down
2 changes: 1 addition & 1 deletion dist/react-sidenav.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-sidenav.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -4644,7 +4644,7 @@ module.exports = invariant;



var isObject = __webpack_require__("../node_modules/isobject/index.js");
var isObject = __webpack_require__("../node_modules/is-plain-object/node_modules/isobject/index.js");

function isObjectObject(o) {
return isObject(o) === true
Expand Down Expand Up @@ -4676,7 +4676,7 @@ module.exports = function isPlainObject(o) {

/***/ }),

/***/ "../node_modules/isobject/index.js":
/***/ "../node_modules/is-plain-object/node_modules/isobject/index.js":
/***/ (function(module, exports, __webpack_require__) {

"use strict";
Expand Down Expand Up @@ -29815,4 +29815,4 @@ _reactDom2.default.render(_react2.default.createElement(App, null), document.get
/***/ })

/******/ });
//# sourceMappingURL=bundle.js.map?77c550a8802fb3f99ec9
//# sourceMappingURL=bundle.js.map?c843ae8c3c4f2ea69f97
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 @@ -11,5 +11,5 @@
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js?77c550a8802fb3f99ec9"></script></body>
<script type="text/javascript" src="bundle.js?c843ae8c3c4f2ea69f97"></script></body>
</html>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trendmicro/react-sidenav",
"version": "0.4.5",
"version": "0.5.0",
"description": "React SideNav",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"sidenav"
],
"peerDependencies": {
"react": "^0.14.0 || >=15.0.0"
"react": ">=15.0.0"
},
"dependencies": {
"chained-function": "^0.5.0",
Expand Down

0 comments on commit 7495c5c

Please sign in to comment.