Compare commits

...

2 Commits

Author SHA1 Message Date
6e4804a5ad 1.2.9 2016-11-21 14:47:30 +01:00
137592a19b update types 2016-11-21 14:47:24 +01:00

View File

@ -1,6 +1,6 @@
{
"name": "smartenv",
"version": "1.2.8",
"version": "1.2.9",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
@ -22,7 +22,7 @@
},
"homepage": "https://github.com/pushrocks/smartenv",
"dependencies": {
"@types/q": "x.x.x",
"@types/q": "0.x.x",
"lodash": "^4.17.2",
"q": "^1.4.1",
"typings-global": "^1.0.14"