babel-plugin-transform-amd-to-commonjs
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "babel-plugin-transform-amd-to-commonjs", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Transforms AMD code to CommonJS", | ||
"main": "index.js", | ||
"main": "build.js", | ||
"scripts": { | ||
"test": "jest", | ||
"lint": "eslint ." | ||
"lint": "eslint .", | ||
"prepublish": "babel index.js --out-file build.js" | ||
}, | ||
"engines": { | ||
"node": ">=6" | ||
"node": ">=4" | ||
}, | ||
@@ -32,5 +33,8 @@ "repository": { | ||
"babel-core": "^6.20.0", | ||
"babel-jest": "^20.0.3", | ||
"babel-preset-es2015": "^6.24.1", | ||
"eslint": "^3.12.0", | ||
"eslint-config-msrose": "^0.1.0", | ||
"jest": "^17.0.3" | ||
"jest": "^20.0.4", | ||
"regenerator-runtime": "^0.10.5" | ||
}, | ||
@@ -37,0 +41,0 @@ "jest": { |
@@ -5,2 +5,3 @@ # babel-plugin-transform-amd-to-commonjs | ||
[![Build Status](https://travis-ci.org/msrose/babel-plugin-transform-amd-to-commonjs.svg?branch=master)](https://travis-ci.org/msrose/babel-plugin-transform-amd-to-commonjs) | ||
[![devDependencies Status](https://david-dm.org/msrose/babel-plugin-transform-amd-to-commonjs/dev-status.svg)](https://david-dm.org/msrose/babel-plugin-transform-amd-to-commonjs?type=dev) | ||
@@ -11,2 +12,4 @@ Babel plugin that transforms AMD to CommonJS. | ||
[Check out the example project](https://github.com/msrose/transform-amd-to-commonjs-example) that has Jest tests synchronously `require`ing AMD modules. | ||
``` | ||
@@ -91,6 +94,2 @@ npm install --save-dev babel-plugin-transform-amd-to-commonjs | ||
### Only Node.js version 6+ supported | ||
If you would like support for lower versions of node (4+), please submit an issue. | ||
### One module per file | ||
@@ -97,0 +96,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
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
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
12180
6
8
97
172
1