diff --git a/package.json b/package.json index 30fd34b..c06d24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stardate-converter", - "version": "1.0.0", + "version": "2.0.0", "description": "Converts common date to Star Trek stardate", "keywords": [ "stardate", @@ -10,7 +10,9 @@ "date" ], "main": "index.js", - "files": ["index.js"], + "files": [ + "index.js" + ], "scripts": { "test": "jest", "test:watch": "jest --watch",