update to latest standards

This commit is contained in:
2018-07-15 16:04:27 +02:00
parent b8100f8dfc
commit 2392915959
34 changed files with 1111 additions and 1023 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "lik",
"name": "@pushrocks/lik",
"version": "2.0.5",
"private": false,
"description": "light little helpers for node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "tsrun test/test.ts",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -18,21 +20,16 @@
},
"homepage": "https://gitlab.com/pushrocks/lik#README",
"devDependencies": {
"@types/node": "^9.4.0",
"cz-conventional-changelog": "^2.1.0",
"tapbundle": "^1.1.1"
"@gitzone/tsrun": "^1.1.9",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.2"
},
"dependencies": {
"@types/lodash": "^4.14.97",
"@pushrocks/smartpromise": "^2.0.5",
"@types/lodash": "^4.14.112",
"@types/minimatch": "^3.0.3",
"lodash": "^4.17.4",
"lodash": "^4.17.10",
"minimatch": "^3.0.4",
"smartq": "^1.1.6",
"symbol-tree": "^3.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}