Comparing version 2.1.0 to 2.2.0
@@ -5,2 +5,4 @@ var path = require('path'); | ||
var mjsStub = path.join(__dirname, 'mjs-stub'); | ||
function ignoreNonBabelAndNodeModules(file) { | ||
@@ -134,2 +136,3 @@ return !endsInBabelJs.test(file) && | ||
'.ls': ['livescript', 'LiveScript'], | ||
'.mjs': mjsStub, | ||
'.node': null, | ||
@@ -198,2 +201,3 @@ '.toml': { | ||
'.ls', | ||
'.mjs', | ||
'.ts', | ||
@@ -200,0 +204,0 @@ '.tsx', |
{ | ||
"name": "interpret", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "A dictionary of file extensions and associated module loaders.", | ||
@@ -18,3 +18,4 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", | ||
"LICENSE", | ||
"index.js" | ||
"index.js", | ||
"mjs-stub.js" | ||
], | ||
@@ -21,0 +22,0 @@ "scripts": { |
@@ -151,2 +151,3 @@ <p align="center"> | ||
'.ls': ['livescript', 'LiveScript'], | ||
'.mjs': '/absolute/path/to/interpret/mjs-stub.js', | ||
'.node': null, | ||
@@ -153,0 +154,0 @@ '.toml': { |
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
17224
6
206
230