moderndash
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "moderndash", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"type": "module", | ||
@@ -8,4 +8,4 @@ "description": "A lodash inspired utility framework for ESM/Typescript/ES2020", | ||
"build": "ctix create ----startAt src --overwrite --noBackup & tsup", | ||
"prepublishOnly": "npm run build && @powershell cp '../README.md' './README.md'", | ||
"postpublish": "@powershell rm './README.md'", | ||
"prepublishOnly": "npm run build && @powershell cp '../README.md' './README.md' && @powershell cp '../LICENSE' './LICENSE'", | ||
"postpublish": "@powershell rm './README.md && @powershell rm './LICENSE'", | ||
"test": "vitest", | ||
@@ -35,2 +35,6 @@ "test-ui": "vitest --ui" | ||
"main": "./dist/index.js", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"homepage": "https://github.com/Maggi64/moderndash#readme", | ||
@@ -37,0 +41,0 @@ "devDependencies": { |
138332
67
2283