This commit is contained in:
Philipp Kunz 2018-01-27 02:20:46 +01:00
parent a91f56dacf
commit 41c99de4d8

View File

@ -1,13 +1,13 @@
{ {
"name": "smartcli", "name": "smartcli",
"version": "2.0.9", "version": "2.0.10",
"description": "nodejs wrapper for CLI related tasks", "description": "nodejs wrapper for CLI related tasks",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)", "test": "(npmts)",
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)", "testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
"security":"snyk test" "security": "snyk test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",