Skip to content

Commit

Permalink
fix(package): removed deamonize
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Apr 11, 2016
1 parent ff55e06 commit 9cf5f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
},
"scripts": {
"start": "node ./bin/redsmin",
"ci":"npm run test && npm run check-build",
"test": "multi='spec=- xunit=test/file.xml doc=test/docs.html' nyc --all --statements=74 --lines=75 --functions=70 --branches=57 --check-coverage --reporter=lcov --reporter=cobertura --report-dir=test/coverage -- mocha -t 5000 -R mocha-multi $(find lib -name '*.test.js')",
"test-watch": "multi='spec=- xunit=test/file.xml doc=test/docs.html' mocha -w -t 10000 -g 'should handle async connect disconnect' -R mocha-multi lib/**.test.js",
"changelog": "github-changes --use-commit-body --order-semver --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md",
Expand All @@ -38,14 +39,13 @@
"dependencies": {
"backoff": "^2.4.1",
"common-env": "5.*.*",
"daemonize2": "~0.4.0-rc.5",
"lodash": "^4.0.0",
"update-notifier": "^0.6.3",
"winston": "^2.1.1"
},
"devDependencies": {
"chai": "^2.2.0",
"check-build": "^2.6.0",
"check-build": "*",
"github-changes": "^1.0.0",
"growl": "~1.5.1",
"grunt": "~0.4.1",
Expand Down

0 comments on commit 9cf5f6d

Please sign in to comment.