* Fix path joining/expanding (Loay)
This commit is contained in:
Ryan Graham 2017-02-10 15:21:55 -08:00
parent 39e20e53e5
commit 1769a2a689
No known key found for this signature in database
GPG Key ID: F15A82CDEFD85858
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-02-10, Version 3.0.1
=========================
* Fix path joining/expanding (Loay)
2016-12-21, Version 3.0.0
=========================

View File

@ -4,7 +4,7 @@
"engines": {
"node": ">=4"
},
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"lint": "eslint .",