master
Sven Slootweg 3 months ago
parent 75ac4522be
commit 4fe3f7f97f

@ -1,6 +1,6 @@
{ {
"name": "@joepie91/objid", "name": "@joepie91/objid",
"version": "1.0.0", "version": "1.0.1",
"description": "Small debugging utility that assigns unique IDs to objects without polluting them", "description": "Small debugging utility that assigns unique IDs to objects without polluting them",
"main": "index.js", "main": "index.js",
"files": [ "files": [
@ -14,7 +14,12 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": ["debugging", "object", "identifier", "unique"], "keywords": [
"debugging",
"object",
"identifier",
"unique"
],
"author": "Sven Slootweg <admin@cryto.net>", "author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0" "license": "WTFPL OR CC0-1.0"
} }

Loading…
Cancel
Save