Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
660ffd8880 | |||
1744e9b338 |
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@push.rocks/gulp-function",
|
||||
"private": false,
|
||||
"version": "3.0.6",
|
||||
"version": "3.0.7",
|
||||
"description": "accepts a function call as parameter to execute in gulp pipeline",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)",
|
||||
"build": "(tsbuild --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
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'
|
||||
}
|
||||
|
Reference in New Issue
Block a user