Compare commits

..

2 Commits

Author SHA1 Message Date
660ffd8880 3.0.7 2024-03-10 23:30:24 +01:00
1744e9b338 fix(core): update 2024-03-10 23:30:23 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
{ {
"name": "@push.rocks/gulp-function", "name": "@push.rocks/gulp-function",
"private": false, "private": false,
"version": "3.0.6", "version": "3.0.7",
"description": "accepts a function call as parameter to execute in gulp pipeline", "description": "accepts a function call as parameter to execute in gulp pipeline",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(tsbuild)", "build": "(tsbuild --allowimplicitany)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },
"repository": { "repository": {

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/gulp-function', name: '@push.rocks/gulp-function',
version: '3.0.6', version: '3.0.7',
description: 'accepts a function call as parameter to execute in gulp pipeline' description: 'accepts a function call as parameter to execute in gulp pipeline'
} }