@untool/react
Advanced tools
Comparing version 1.0.0-rc.2 to 1.0.0-rc.3
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.0.0-rc.3](https://github.com/untool/untool/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2018-10-15) | ||
### Features | ||
* **react:** add some babel loader excludes ([a9fd835](https://github.com/untool/untool/commit/a9fd835)) | ||
# [1.0.0-rc.2](https://github.com/untool/untool/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2018-10-10) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@untool/react", | ||
"version": "1.0.0-rc.2", | ||
"version": "1.0.0-rc.3", | ||
"description": "untool react mixin", | ||
"jsnext": "lib/runtime.js", | ||
"keywords": [ | ||
"unmixin", | ||
"unpreset" | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\"" | ||
}, | ||
"browser": "lib/runtime.js", | ||
"server": "lib/runtime.js", | ||
"repository": { | ||
@@ -28,3 +22,3 @@ "type": "git", | ||
"@babel/preset-react": "^7.0.0", | ||
"@untool/core": "1.0.0-rc.2", | ||
"@untool/core": "1.0.0-rc.3", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.13", | ||
@@ -45,3 +39,3 @@ "clone": "^2.1.2", | ||
}, | ||
"gitHead": "cf714b1ba8b86b30d02155c654042b7b360372ce" | ||
"gitHead": "7d4dd8fdf9ecac56118312504baf9cd363b7abcb" | ||
} |
'use strict'; | ||
const { join } = require('path'); | ||
module.exports = { | ||
mixins: [__dirname], | ||
mixins: [join(__dirname, 'mixins')], | ||
}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
30719
335
1
1
+ Added@untool/core@1.0.0-rc.3(transitive)
- Removed@untool/core@1.0.0-rc.2(transitive)
Updated@untool/core@1.0.0-rc.3