Compare commits

...

2 Commits

Author SHA1 Message Date
50100115a6 1.0.6 2016-02-20 10:55:24 +01:00
8251e878c2 update deps 2016-02-20 10:55:19 +01:00

View File

@ -1,6 +1,6 @@
{
"name": "smartenv",
"version": "1.0.5",
"version": "1.0.6",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"scripts": {
@ -21,7 +21,7 @@
},
"homepage": "https://github.com/pushrocks/smartenv",
"dependencies": {
"beautylog": "^3.0.0",
"beautylog": "^3.0.1",
"lodash": "^4.5.0",
"q": "^1.4.1"
},