auto-timesheet
Advanced tools
Comparing version 0.0.43 to 0.0.44
{ | ||
"name": "auto-timesheet", | ||
"version": "0.0.43", | ||
"version": "0.0.44", | ||
"description": "Add redmine timesheet automatically and periodically.", | ||
@@ -5,0 +5,0 @@ "main": "src/bin/auto-timesheet.js", |
@@ -8,2 +8,3 @@ # auto-timesheet | ||
*Created and maintained at free times for fun.* | ||
@@ -33,3 +34,5 @@ [![Gitter chat](https://badges.gitter.im/npm-sqlify/gitter.png)](https://gitter.im/auto-timesheet/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) | ||
- [ ] beautify a little bit. | ||
- [ ] Typescript-ify | ||
- [ ] Typescript-ify *(:checkered_flag: releases initial stable version)* | ||
- [ ] Gitlab support | ||
- [ ] Bitbucket support | ||
@@ -36,0 +39,0 @@ ## How to get started with this? |
@@ -29,3 +29,2 @@ const request = require('request'); | ||
body = JSON.parse(body); | ||
console.log(JSON.stringify(body, null, 2)); | ||
@@ -32,0 +31,0 @@ resolve(body); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147979
66
725