@pacote/is-plain-object
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@pacote/is-plain-object", | ||
"description": "Checks whether the provided object is a plain JavaScript object.", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
@@ -27,4 +27,6 @@ "author": { | ||
}, | ||
"scripts": {}, | ||
"gitHead": "1a075a940e8ca9a1855b3825da3f4e307403f5e4" | ||
"scripts": { | ||
"build": "tsc -b ." | ||
}, | ||
"gitHead": "cfa2ec80541374365e0af3bce45177d8003951c3" | ||
} |
Sorry, the diff of this file is not supported yet
737475