common-js-file-extensions
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -35,3 +35,2 @@ /** | ||
var configExtensions = [ | ||
'js', // built-in | ||
'json', // built-in | ||
@@ -44,4 +43,3 @@ 'json.ls', // http://livescript.net/ | ||
code: codeExtensions, | ||
config: configExtensions, | ||
all: codeExtensions.concat(configExtensions) | ||
config: configExtensions | ||
}; |
{ | ||
"name": "common-js-file-extensions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Common JavaScript File Extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,2 @@ # Common JavaScript File Extensions | ||
- `config`: contains an array of JavaScript extensions that refers to config/object files | ||
- `all`: contains both arrays | ||
@@ -25,2 +24,3 @@ ## List of supported extensions and sources | ||
- cs | ||
- coffee | ||
@@ -52,6 +52,2 @@ - litcoffee | ||
#### [C#]() | ||
- cs | ||
### Config/object file extensions | ||
@@ -71,7 +67,3 @@ | ||
### [Ini](https://en.wikipedia.org/wiki/INI_file#Format) | ||
- ini | ||
--- | ||
License MIT - Copyright (c) 2016 Luis Lobo Borobia |
10318
40
66