@untool/react
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/untool/untool/compare/v0.5.1...v0.6.0) (2018-05-16) | ||
### Features | ||
* **react:** add untool/react main export ([1082e13](https://github.com/untool/untool/commit/1082e13)) | ||
* **react:** make untool/react a full-fledged preset ([56cacad](https://github.com/untool/untool/commit/56cacad)) | ||
<a name="0.5.1"></a> | ||
@@ -8,0 +20,0 @@ ## [0.5.1](https://github.com/untool/untool/compare/v0.5.0...v0.5.1) (2018-05-14) |
{ | ||
"name": "@untool/react", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "untool react mixin", | ||
"keywords": [ | ||
"unmixin" | ||
"unmixin", | ||
"unpreset" | ||
], | ||
"esnext": "lib/components.js", | ||
"main": "lib/core.js", | ||
"esnext:main": "lib/components.js", | ||
"scripts": { | ||
@@ -10,0 +12,0 @@ "test": "echo \"Error: no test specified\"" |
@@ -12,3 +12,4 @@ # `@untool/react` | ||
```bash | ||
$ yarn add @untool/react # OR npm install @untool/react | ||
$ yarn add @untool/react react react-dom react-helmet react-router react-router-dom | ||
# OR npm install @untool/react react react-dom react-helmet react-router react-router-dom | ||
``` | ||
@@ -15,0 +16,0 @@ |
15204
10
213
99