Skip to content

Commit

Permalink
fix: fixed tests, package.json, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 28, 2023
1 parent 78a39e0 commit 0ba6bd9
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---

name: "\U0001F41E Bug report"
about: Something is not working as it should
title: "[fix] DESCRIPTIVE TITLE"
title: "\[fix] DESCRIPTIVE TITLE"
labels: bug
assignees: ''

---

#### Describe the bug

- Node.js version:
- OS & version:
* Node.js version:
* OS & version:

<!-- A clear and concise description of what the bug is. -->

Expand Down Expand Up @@ -38,5 +39,5 @@ Example: https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#faili

#### Checklist

- [ ] I have read the documentation.
- [ ] I have tried my code with the latest version of Node.js and @breejs/later.
* [ ] I have read the documentation.
* [ ] I have tried my code with the latest version of Node.js and @breejs/later.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/--feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---

name: "⭐ Feature request"
about: Suggest an idea for Bree
title: "[feat] DESCRIPTIVE TITLE"
title: "\[feat] DESCRIPTIVE TITLE"
labels: enhancement
assignees: ''

Expand All @@ -19,4 +20,4 @@ assignees: ''

#### Checklist

- [ ] I have read the documentation and made sure this feature doesn't already exist.
* [ ] I have read the documentation and made sure this feature doesn't already exist.
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/--question.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---

name: "❓ Question"
about: Something is unclear or needs to be discussed
title: "[discussion] DESCRIPTIVE TITLE"
title: "\[discussion] DESCRIPTIVE TITLE"
labels: question
assignees: ''

---

#### What would you like to discuss?

...

#### Checklist

- [ ] I have read the documentation.
* [ ] I have read the documentation.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

## Features

Types of schedules supported by _Later_:
Types of schedules supported by *Later*:

* Run a report on the last day of every month at 12 AM except in December
* Install patches on the 2nd Tuesday of every month at 4 AM
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"BunKat <[email protected]>",
"Nick Baugh <[email protected]> (http://niftylettuce.com/)"
],
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"babelify": "^10.0.0",
"benchmark": "*",
"benchmark": "^2.1.4",
"browserify": "^16.5.2",
"cross-env": "latest",
"cross-env": "^7.0.3",
"eslint": "^7.7.0",
"eslint-config-xo-lass": "latest",
"eslint-config-xo-lass": "^2.0.1",
"eslint-plugin-compat": "^3.8.0",
"eslint-plugin-node": "^11.1.0",
"fixpack": "latest",
"husky": "latest",
"lint-staged": "latest",
"mocha": "*",
"nyc": "latest",
"remark-cli": "latest",
"remark-preset-github": "latest",
"fixpack": "^4.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"remark-cli": "11",
"remark-preset-github": "^4.0.4",
"rimraf": "^5.0.5",
"semver": "^7.3.2",
"should": ">=13.2.3",
"should": "^13.2.3",
"sinon": "^11.1.2",
"tinyify": "^3.0.0",
"xo": "^0.33.0"
Expand Down

0 comments on commit 0ba6bd9

Please sign in to comment.