diff --git a/component.json b/component.json index 49415bd..5fbf0d0 100644 --- a/component.json +++ b/component.json @@ -3,10 +3,15 @@ "repo": "component/relative-date", "description": "Relative date in words", "version": "0.0.4", - "keywords": ["date", "relative", "utility"], + "keywords": [ + "date", + "relative", + "utility" + ], "dependencies": {}, "development": {}, "scripts": [ "index.js" - ] + ], + "license": "MIT" } \ No newline at end of file