Compare commits

...

2 Commits

Author SHA1 Message Date
92a6508c6a 2.0.2 2017-04-19 20:05:11 +02:00
32f6b5cbf8 update 2017-04-19 20:05:05 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "smartenv", "name": "smartenv",
"version": "2.0.1", "version": "2.0.2",
"description": "store things about your environment and let them travel across modules", "description": "store things about your environment and let them travel across modules",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",

View File

@ -1,4 +1,3 @@
import {getEnv, printEnv} from './smartenv.environment' import {getEnv, printEnv} from './smartenv.environment'
import { obs } from './smartenv.objectstorage' import { obs } from './smartenv.objectstorage'