Comparing version 0.1.0 to 0.1.1
@@ -28,2 +28,3 @@ # {%= name %} {%= badge("fury") %} | ||
- `.hbs`: => `.html` | ||
- `.slim`: => `.html` | ||
- `.swig`: => `.html` | ||
@@ -45,6 +46,7 @@ - `.tmpl`: => `.html` | ||
- `.coffee`: => `.js` | ||
- `.ls`: => `.js` | ||
- `.ts`: => `.js` | ||
- `.js`: => `.js` | ||
## Contributing | ||
@@ -51,0 +53,0 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %}) |
@@ -7,2 +7,3 @@ 'use strict'; | ||
'.hbs': '.html', | ||
'.slim': '.html', | ||
'.swig': '.html', | ||
@@ -20,3 +21,5 @@ '.tmpl': '.html', | ||
'.coffee': '.js', | ||
'.ls': '.js', | ||
'.ts': '.js', | ||
'.js': '.js', | ||
}; |
{ | ||
"name": "ext-map", | ||
"description": "maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for rewriting paths in tasks/plugins. pull requests welcome.", | ||
"version": "0.1.0", | ||
"description": "just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome.", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/jonschlinkert/ext-map", | ||
@@ -6,0 +6,0 @@ "author": { |
# ext-map [![NPM version](https://badge.fury.io/js/ext-map.svg)](http://badge.fury.io/js/ext-map) | ||
> maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for rewriting paths in tasks/plugins. pull requests welcome. | ||
> just an object that maps `src` file extensions to `dest` file extensions as key/value pairs (e.g. `{'.less': '.css'}`). Useful for dynamically rewriting paths in tasks/plugins. pull requests welcome. | ||
@@ -32,2 +32,3 @@ ## Install | ||
- `.hbs`: => `.html` | ||
- `.slim`: => `.html` | ||
- `.swig`: => `.html` | ||
@@ -49,6 +50,7 @@ - `.tmpl`: => `.html` | ||
- `.coffee`: => `.js` | ||
- `.ls`: => `.js` | ||
- `.ts`: => `.js` | ||
- `.js`: => `.js` | ||
## Contributing | ||
@@ -70,2 +72,2 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/ext-map/issues) | ||
_This file was generated by [verb](https://github.com/assemble/verb) on November 13, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on November 14, 2014._ |
5955
21
70