lui-testttt
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -16,4 +16,4 @@ #!/usr/bin/env node | ||
function findLocation(fileName) { | ||
const fileName = path.resolve(fileName); | ||
return fileName; | ||
const name = path.resolve(fileName); | ||
return name; | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "lui-testttt", | ||
"style": "dist/index.css", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "scripts": { |
14960