babel-plugin-resolver
Advanced tools
Comparing version 0.1.0 to 1.0.0
v1.0.0 / 2016-08-20 | ||
================== | ||
* upgrade babel-resolver | ||
* spacing, minor version | ||
* Merge pull request #3 from jjt/lodash-upgrade | ||
* Merge pull request #5 from fetchak/fix_path_undefined | ||
* Merge pull request #6 from fetchak/safer_instructions | ||
* Make eslint happy | ||
* No need to recursive `rm` a single file | ||
* Check if file exists | ||
* Upgrade lodash, require specific lodash methods | ||
v0.0.7 / 2016-01-05 | ||
@@ -3,0 +16,0 @@ =================== |
{ | ||
"name": "babel-plugin-resolver", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Resolve modules from any directory.", | ||
@@ -36,11 +36,10 @@ "main": "lib/ResolverPlugin.js", | ||
"dependencies": { | ||
"babel-resolver": "^0.0.18", | ||
"babel-resolver": "^1.0.0", | ||
"lodash": "^4.6.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.1.18", | ||
"babel-core": "^6.1.18", | ||
"babel-eslint": "^4.1.5", | ||
"babel-eslint": "^6.1.2", | ||
"babel-plugin-resolver": "file:.", | ||
"babel-preset-es2015": "^6.1.18", | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-register": "^6.11.6", | ||
"coveralls": "^2.11.4", | ||
@@ -47,0 +46,0 @@ "eslint": "^1.9.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9981
11
0
+ Addedbabel-resolver@1.1.0(transitive)
- Removedbabel-resolver@0.0.18(transitive)
Updatedbabel-resolver@^1.0.0