babel-plugin-object-source
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "babel-plugin-object-source", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": |
@@ -9,2 +9,4 @@ ## babel-plugin-object-source | ||
Works with latest babel versions, including 6-th and 7-th branch. Tested on `babel-core@^6.26.0` and `@babel/core@7.0.0-beta.47`. Note that since 7-th version babel core package moved into dedicated org-namespace. | ||
### Use case | ||
@@ -69,12 +71,1 @@ | ||
``` | ||
### Package testing | ||
Since plugin should work properly with `babel-core@^6.26.0` and `babel core@^7.0.0` versions, it should be included in integration tests. | ||
Hovewer, `npm` does not support existence of different versions of same package in `dependencies` or `devDependencies`. | ||
Unfontunely, there is no smart workaround for this: see [here](https://github.com/npm/npm/issues/5499#issuecomment-129481232) | ||
and [here](https://stackoverflow.com/questions/43770328/) for more details. | ||
That's why repository introduces fake `babelcore6-1.0.0.tgz` and `babelcore7-1.0.0.tgz` local packages. | ||
They does not include nothing, execpt dependency for `babel-core@^6.26.0` and `babel core@^7.0.0` packages respectively. |
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
8848
70