@ckpack/i18n
Advanced tools
Comparing version 0.0.11 to 0.1.0
{ | ||
"name": "@ckpack/i18n", | ||
"version": "0.0.11", | ||
"version": "0.1.0", | ||
"description": "The World's smallest fastest internationalization library", | ||
@@ -14,3 +14,3 @@ "repository": "https://github.com/ckpack/i18n", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", | ||
"docs": "rm -rf ./docs/* && typedoc --theme minimal ./src/index.ts" | ||
"docs": "rm -rf ./docs/* && typedoc --readme none --theme minimal ./src/index.ts" | ||
}, | ||
@@ -17,0 +17,0 @@ "husky": { |
12811