diff --git a/package.json b/package.json index 497d750..7ab98b5 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartci", - "version": "1.0.0", + "version": "1.0.1", "description": "makes it easy to automate tasks with Continuous Integration", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },