Comparing version 0.1.1 to 1.0.0
@@ -5,3 +5,2 @@ # {%= name %} {%= badge("fury") %} | ||
## Install | ||
{%= include("install-npm", {save: true}) %} | ||
@@ -58,3 +57,3 @@ | ||
## License | ||
{%= copyright() %} | ||
{%= copyright({year: 2014}) %} | ||
{%= license() %} | ||
@@ -61,0 +60,0 @@ |
@@ -12,2 +12,3 @@ 'use strict'; | ||
'.htm': '.html', | ||
// css | ||
@@ -19,2 +20,3 @@ '.less': '.css', | ||
'.css': '.css', | ||
// js | ||
@@ -21,0 +23,0 @@ '.coffee': '.js', |
{ | ||
"name": "ext-map", | ||
"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", | ||
"version": "1.0.0", | ||
"homepage": "https://github.com/jonschlinkert/ext-map", | ||
@@ -17,8 +17,6 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/jonschlinkert/ext-map/blob/master/LICENSE-MIT" | ||
}, | ||
"main": "index.js", | ||
@@ -32,6 +30,6 @@ "engines": { | ||
"devDependencies": { | ||
"mocha": "*", | ||
"should": "*" | ||
"mocha": "*" | ||
}, | ||
"keywords": [ | ||
"convert", | ||
"dest", | ||
@@ -44,9 +42,12 @@ "ext", | ||
"filepath", | ||
"fp", | ||
"fs", | ||
"format", | ||
"gulpfriendly", | ||
"language", | ||
"map", | ||
"parse", | ||
"path", | ||
"src" | ||
"pre-processor", | ||
"src", | ||
"type" | ||
] | ||
} |
@@ -5,4 +5,3 @@ # ext-map [![NPM version](https://badge.fury.io/js/ext-map.svg)](http://badge.fury.io/js/ext-map) | ||
## Install | ||
### Install with [npm](npmjs.org) | ||
## Install with [npm](npmjs.org) | ||
@@ -66,3 +65,3 @@ ```bash | ||
## License | ||
Copyright (c) 2014 Jon Schlinkert | ||
Copyright (c) 2014-2015 Jon Schlinkert | ||
Released under the MIT license | ||
@@ -72,2 +71,2 @@ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on November 14, 2014._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 15, 2015._ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
6927
1
9
50
0
69