Comparing version 1.3.0 to 1.4.0
@@ -0,1 +1,5 @@ | ||
var path = require('path'); | ||
var mjsStub = path.join(__dirname, 'mjs-stub'); | ||
var extensions = { | ||
@@ -96,2 +100,3 @@ '.babel.js': [ | ||
'.ls': ['livescript', 'LiveScript'], | ||
'.mjs': mjsStub, | ||
'.node': null, | ||
@@ -152,2 +157,3 @@ '.toml': { | ||
'.ls', | ||
'.mjs', | ||
'.ts', | ||
@@ -154,0 +160,0 @@ '.tsx', |
{ | ||
"name": "interpret", | ||
"version": "1.3.0", | ||
"version": "1.4.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": { |
@@ -117,2 +117,3 @@ <p align="center"> | ||
'.ls': ['livescript', 'LiveScript'], | ||
'.mjs': '/absolute/path/to/interpret/mjs-stub.js', | ||
'.node': null, | ||
@@ -119,0 +120,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
14852
6
165
188