fix(core): update
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
  "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": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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'
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user