fix(core): update

This commit is contained in:
2019-06-17 08:46:28 +02:00
parent ffc781011d
commit 677c8d33b9
19 changed files with 1987 additions and 646 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "smartenv",
"name": "@pushrocks/smartenv",
"version": "4.0.3",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"testbrowser": "(npm test) && (node testbrowser.js)"
},
"repository": {
@@ -22,13 +23,28 @@
},
"homepage": "https://gitlab.com/pushrocks/smartenv",
"dependencies": {
"@types/node": "^9.4.4",
"lodash": "^4.17.5",
"smartparam": "^1.0.2",
"smartq": "^1.1.6"
"@pushrocks/smartparam": "^1.0.4",
"@pushrocks/smartpromise": "^3.0.2",
"@types/node": "^12.0.8"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.9",
"@types/npm": "^2.0.29",
"tapbundle": "^1.1.8"
}
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
},
"private": true,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}