babel-plugin-resolver
Advanced tools
Comparing version 0.0.3 to 0.0.4
v0.0.3 / 2015-11-13 | ||
v0.0.4 / 2015-11-21 | ||
=================== | ||
* upgrade deps, support '.jsx' | ||
* tweak error message | ||
* fix slashes in docs | ||
* disable coveralls for now | ||
* v0.0.3 | ||
* bump version | ||
* fix lint errors | ||
* add changelog | ||
v0.0.2 / 2015-11-13 | ||
=================== | ||
* bump version | ||
@@ -13,0 +14,0 @@ * fix readme |
@@ -15,3 +15,3 @@ var _ = require('lodash'); | ||
if (!plugin) { | ||
throw new Error('ResolverPlugin Error: Invalid (or no) options passed. Make sure your plugin config looks something like this: ["resolver", { "resolveDirs": ["example-app/lib"] }]'); | ||
throw new Error('ResolverPlugin Error: Invalid (or no) options passed. Make sure your plugin config looks something like this: ["resolver", { "resolveDirs": ["lib"] }]'); | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "babel-plugin-resolver", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Resolve modules from any directory.", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"babel-resolver": "^0.0.14", | ||
"babel-resolver": "^0.0.16", | ||
"lodash": "^3.10.1" | ||
@@ -39,0 +39,0 @@ }, |
@@ -33,8 +33,8 @@ # Babel Resolver Plugin [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] | ||
``` | ||
app/ | ||
/app | ||
.babelrc | ||
src/ | ||
models/ | ||
/src | ||
/models | ||
User.js | ||
controllers/ | ||
/controllers | ||
User.js | ||
@@ -71,10 +71,10 @@ ``` | ||
``` | ||
app/ | ||
/app | ||
.babelrc | ||
src/ | ||
models/ | ||
/src | ||
/models | ||
User.js | ||
controllers/ | ||
/controllers | ||
User.js | ||
lib/ | ||
/lib | ||
utils.js | ||
@@ -81,0 +81,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
8741
+ Addedbabel-resolver@0.0.16(transitive)
- Removedbabel-resolver@0.0.14(transitive)
Updatedbabel-resolver@^0.0.16