diff --git a/package.json b/package.json index dca52a0..ab2dc11 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "smartenv", - "version": "1.2.3", + "version": "1.2.4", "description": "store things about your environment and let them travel across modules", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)", "testbrowser": "(npm test) && (node testbrowser.js)"