type-genius
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "type-genius", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"license": "ISC", | ||
"types": "./dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
@@ -19,0 +19,0 @@ "deep-equal": "^2.2.0" |
@@ -12,3 +12,3 @@ import { writeFile } from "fs"; | ||
type ValueTypeConfiguration, | ||
} from "./index.interfaces"; | ||
} from "./interfaces"; | ||
@@ -15,0 +15,0 @@ function capitalize(sentence: string) { |
31993