Compare commits

...

2 Commits

Author SHA1 Message Date
efa818680a 2.0.0 2016-11-21 18:29:08 +01:00
572d85b3d3 prepare new major version 2016-11-21 18:29:02 +01:00
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,4 @@
{ {
"mode":"default", "mode":"default",
"coverageTreshold":75, "coverageTreshold":75
"tsOptions": {
"target": "ES5"
}
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "smartenv", "name": "smartenv",
"version": "1.2.11", "version": "2.0.0",
"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",