Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
d25665519a | |||
e54e0b4ee3 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pushrocks/smartdaemon",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"private": false,
|
||||
"description": "start scripts as long running daemons and manage them",
|
||||
"main": "dist_ts/index.js",
|
||||
@ -9,7 +9,7 @@
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/ --web)",
|
||||
"build": "(tsbuild --web)",
|
||||
"build": "(tsbuild --web --allowimplicitany)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartdaemon',
|
||||
version: '2.0.0',
|
||||
version: '2.0.1',
|
||||
description: 'start scripts as long running daemons and manage them'
|
||||
}
|
||||
|
Reference in New Issue
Block a user