diff --git a/package.json b/package.json index ba71e54..dbe0dd2 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartfile", - "version": "3.0.7", + "version": "3.0.8", "description": "offers smart ways to work with files in nodejs", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "reinstall": "(rm -r node_modules && npm install)",