singleton-injection
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "singleton-injection", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "#{DESC}#", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/#{USER_OR_ORG}#/singleton-injection.git" | ||
"url": "git://github.com/HarshRohila/singleton-injection.git" | ||
}, | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"author": "u/#{USER_OR_ORG}#", | ||
"author": "u/HarshRohila", | ||
"license": "MIT", | ||
@@ -37,4 +37,9 @@ "files": [ | ||
], | ||
"keywords": [], | ||
"homepage": "https://github.com/#{USER_OR_ORG}#/singleton-injection", | ||
"keywords": [ | ||
"Singleton", | ||
"TypeScript", | ||
"Singleton Container", | ||
"Dependency Injection" | ||
], | ||
"homepage": "https://github.com/HarshRohila/singleton-injection", | ||
"devDependencies": { | ||
@@ -41,0 +46,0 @@ "@types/jest": "^29.5.0", |
10961