update tsconfig
This commit is contained in:
+10
-3
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartgulp",
|
||||
"version": "3.0.4",
|
||||
"private": false,
|
||||
"description": "lightweight gulp replacement",
|
||||
"description": "A lightweight replacement for gulp, featuring smart stream handling and file manipulation.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@@ -15,7 +15,14 @@
|
||||
"url": "git+https://gitlab.com/push.rocks/smartevent.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gulp"
|
||||
"build tool",
|
||||
"gulp replacement",
|
||||
"stream manipulation",
|
||||
"file manipulation",
|
||||
"typescript",
|
||||
"task runner",
|
||||
"pipeline",
|
||||
"development tool"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
@@ -55,4 +62,4 @@
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user