@common-utilities/head
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@common-utilities/head", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A basic implementation of the common utility function, Head 👤", | ||
@@ -14,6 +14,3 @@ "main": "dist/index.js", | ||
"build": "tsc", | ||
"clean": "rimraf dist", | ||
"tsc": "tsc --noEmit", | ||
"lint": "eslint . --ext '.ts,.tsx,.js,.json,.md,.snap' --cache", | ||
"lint:fix": "yarn lint -- --fix" | ||
"clean": "rimraf dist" | ||
}, | ||
@@ -35,3 +32,3 @@ "jest": { | ||
}, | ||
"gitHead": "97aa7238b52ada20611cac72a7a28e8de0ebd30c" | ||
"gitHead": "0efa8d0ac9665e29387fdd284c21d5742f922604" | ||
} |
@@ -30,2 +30,7 @@ # @common-utilities/head 🧰👤 | ||
## Common Utilities 🧰 | ||
No cruft. No bloat. No dependencies.<br /> | ||
Just simiple well documented and tested utilities —so why not use 'em? | ||
View other [common utilities](../../README.md). |
3926
36