abstract-file
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -132,2 +132,9 @@ (function() { | ||
} | ||
}, | ||
extname: { | ||
assigned: false, | ||
exported: false, | ||
get: function() { | ||
return path.extname(this.path); | ||
} | ||
} | ||
@@ -134,0 +141,0 @@ }; |
{ | ||
"name": "abstract-file", | ||
"description": "It can be used on any virtual file system, and stream supports.", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"homepage": "https://github.com/snowyu/abstract-file.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81332
559