Comparing version 0.3.0 to 0.4.0
@@ -0,1 +1,7 @@ | ||
v0.4.0 / 2017-01-25 | ||
================== | ||
* Tested against `node`@7 | ||
* Remove support for `node`@0 | ||
v0.3.0 / 2016-09-12 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -6,3 +6,3 @@ 'use strict'; | ||
* @subpackage main | ||
* @version 0.2.0 | ||
* @version 0.4.0 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -9,0 +9,0 @@ * @copyright hex7c0 2014 |
{ | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"name": "filename", | ||
@@ -28,6 +28,6 @@ "description": "tiny module for get script filename", | ||
"istanbul": "~0.4", | ||
"mocha": "~3.0" | ||
"mocha": "~3.2" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": ">=4.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
# [filename](https://github.com/hex7c0/filename) | ||
[![NPM version](https://img.shields.io/npm/v/filename.svg)](https://www.npmjs.com/package/filename) | ||
[![Linux Status](https://img.shields.io/travis/hex7c0/filename.svg?label=linux)](https://travis-ci.org/hex7c0/filename) | ||
[![Linux Status](https://img.shields.io/travis/hex7c0/filename.svg?label=linux-osx)](https://travis-ci.org/hex7c0/filename) | ||
[![Windows Status](https://img.shields.io/appveyor/ci/hex7c0/filename.svg?label=windows)](https://ci.appveyor.com/project/hex7c0/filename) | ||
@@ -6,0 +6,0 @@ [![Dependency Status](https://img.shields.io/david/hex7c0/filename.svg)](https://david-dm.org/hex7c0/filename) |
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
38483