@zentered/issue-forms-body-parser 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "module"
3
+ }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@zentered/issue-forms-body-parser",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
- "description": "Tech Events meet Issue Ops",
5
+ "description": "Parser for GitHub Issue Form body, also available as GitHub Action",
6
6
  "keywords": [
7
7
  "issues",
8
8
  "forms",
package/src/parse.js CHANGED
@@ -45,7 +45,6 @@ function parseTime(text) {
45
45
  parse(text, commonTimeFormats[match.indexOf(true)], new Date()),
46
46
  loc
47
47
  )
48
- console.log(time)
49
48
  return formatInTimeZone(time, loc, 'HH:mm')
50
49
  } else {
51
50
  return null