@ctx-core/set
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@ctx-core/set", | ||
"version": "5.0.0", | ||
"description": "ctx-core set", | ||
"main": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/ctx-core.git" | ||
}, | ||
"keywords": [ | ||
"ctx-core", | ||
"set" | ||
], | ||
"author": "Brian Takita", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/ctx-core/issues" | ||
}, | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "6e0a03a3dbbf6b2d1aaadf94fe6250e537ae3457" | ||
"name": "@ctx-core/set", | ||
"version": "5.0.1", | ||
"description": "ctx-core set", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ctx-core/ctx-core.git" | ||
}, | ||
"keywords": [ | ||
"ctx-core", | ||
"set" | ||
], | ||
"author": "Brian Takita", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/ctx-core/ctx-core/issues" | ||
}, | ||
"homepage": "https://github.com/ctx-core/ctx-core#readme", | ||
"gitHead": "97f939f161ed4479c788a5fb2969d08c798e3104" | ||
} |
2745