babel-plugin-system-import-transformer
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "babel-plugin-system-import-transformer", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Babel plugin that replaces System.import with the equivalent UMD pattern", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "npm run-script build && node test", | ||
"watch": "node test --watch", | ||
"build": "./node_modules/.bin/babel src --out-dir dist", | ||
"prepublish": "./node_modules/.bin/babel src --out-dir dist" | ||
}, | ||
"author": "Thodoris Greasidis", | ||
@@ -23,3 +29,15 @@ "license": "MIT", | ||
}, | ||
"homepage": "https://github.com/thgreasi/babel-plugin-system-import-transformer" | ||
"homepage": "https://github.com/thgreasi/babel-plugin-system-import-transformer", | ||
"devDependencies": { | ||
"babel-cli": "^6.9.0", | ||
"babel-core": "^6.9.1", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-register": "^6.9.0", | ||
"chalk": "^1.1.3", | ||
"clear": "0.0.1", | ||
"diff": "^2.2.3", | ||
"js-beautify": "^1.6.2", | ||
"watch": "^0.18.0" | ||
} | ||
} |
# babel-plugin-system-import-transformer | ||
[![Build Status](https://travis-ci.org/thgreasi/babel-plugin-system-import-transformer.svg?branch=master)](https://travis-ci.org/thgreasi/babel-plugin-system-import-transformer) | ||
[![npm](https://img.shields.io/npm/v/babel-plugin-system-import-transformer.svg)](https://www.npmjs.com/package/babel-plugin-system-import-transformer) | ||
@@ -3,0 +4,0 @@ [![npm](https://img.shields.io/npm/dm/babel-plugin-system-import-transformer.svg)](https://www.npmjs.com/package/babel-plugin-system-import-transformer) |
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
28651
13
400
116
10
1