Comparing version 0.0.3 to 0.1.0
@@ -0,1 +1,6 @@ | ||
v0.1.0 / 2015-04-08 | ||
================== | ||
* `coveralls` test | ||
v0.0.3 / 2013-02-19 | ||
@@ -13,5 +18,5 @@ ================== | ||
0.0.1 / 2014-09-12 | ||
v0.0.1 / 2014-09-12 | ||
================== | ||
* Project start |
@@ -6,3 +6,3 @@ 'use strict'; | ||
* @subpackage main | ||
* @version 0.0.0 | ||
* @version 0.1.0 | ||
* @author hex7c0 <hex7c0@gmail.com> | ||
@@ -16,3 +16,2 @@ * @copyright hex7c0 2014 | ||
*/ | ||
// import | ||
var basename = require('path').basename; | ||
@@ -19,0 +18,0 @@ var extname = require('path').extname; |
{ | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"name": "filename", | ||
@@ -27,3 +27,5 @@ "description": "tiny module for get script filename", | ||
"devDependencies": { | ||
"mocha": "~2.1" | ||
"coveralls": "~2.11", | ||
"istanbul": "~0.3", | ||
"mocha": "~2.2" | ||
}, | ||
@@ -35,5 +37,6 @@ "engines": { | ||
"prepublish": "npm prune", | ||
"test": "mocha --bail --check-leaks" | ||
"test": "mocha --bail --check-leaks", | ||
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly" | ||
}, | ||
"license": "GPLv3" | ||
} |
@@ -7,2 +7,3 @@ # [filename](http://supergiovane.tk/#/filename) | ||
[![Dependency Status](https://img.shields.io/david/hex7c0/filename.svg)](https://david-dm.org/hex7c0/filename) | ||
[![Coveralls](https://img.shields.io/coveralls/hex7c0/filename.svg)](https://coveralls.io/r/hex7c0/filename) | ||
@@ -9,0 +10,0 @@ Tiny module for get script filename |
37922
43
3
30