Comparing version 0.4.2 to 0.4.3
@@ -22,3 +22,3 @@ var extensions = { | ||
'.toml': 'toml-require', | ||
'.ts': 'typescript-require', | ||
'.ts': 'typescript-register', | ||
'.wisp': 'wisp/engine/node', | ||
@@ -44,3 +44,5 @@ '.xml': 'require-xml', | ||
// .iced.md and .liticed weren't available before the register module | ||
'.litcoffee': 'coffee-script' | ||
'.litcoffee': 'coffee-script', | ||
// typescript-require is for versions of TypeScript before 1.4 | ||
'.ts': 'typescript-require' | ||
}; | ||
@@ -47,0 +49,0 @@ |
{ | ||
"name": "interpret", | ||
"description": "A dictionary of file extensions and associated module loaders.", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"homepage": "https://github.com/tkellen/node-interpret", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -33,3 +33,3 @@ # interpret | ||
'.toml': 'toml-require', | ||
'.ts': 'typescript-require', | ||
'.ts': 'typescript-register', | ||
'.wisp': 'wisp/engine/node', | ||
@@ -95,3 +95,3 @@ '.xml': 'require-xml', | ||
'.ls': 'livescript', | ||
'.ts': 'typescript-require', | ||
'.ts': 'typescript-register', | ||
'.wisp': 'wisp/engine/node' | ||
@@ -98,0 +98,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
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
9256
77