Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,7 @@ | ||
v0.0.2 / 2014-10-04 | ||
================== | ||
* Remove jsdoc | ||
* `package.json` min | ||
0.0.1 / 2014-09-12 | ||
@@ -2,0 +8,0 @@ ================== |
@@ -1,2 +0,2 @@ | ||
"use strict"; | ||
'use strict'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @file filename main |
{ | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"name": "filename", | ||
@@ -27,6 +27,6 @@ "description": "tiny module for get script filename", | ||
"devDependencies": { | ||
"mocha": "~1.21.4" | ||
"mocha": "~1.21" | ||
}, | ||
"engines": { | ||
"node": ">=0.10" | ||
"node": "^0.10" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
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
37758