Skip to content

Commit

Permalink
BREAKING CHANGE: rename package (#3)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: remove issue templates

* BREAKING CHANGE: add node 16.x to qa workflow

* BREAKING CHANGE: rename package
  • Loading branch information
idaho committed Aug 31, 2021
1 parent 2543fd4 commit 8db11e1
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 104 deletions.
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/bug.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/concept.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/task.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "eslint-config-idaho1980",
"name": "@fltri/eslint-config",
"version": "1.1.6",
"description": "My custom ESLint config set.",
"main": "node.js",
"author": "idaho",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/idaho/eslint-config-idaho1980.git"
"url": "git+https://github.com/idaho/fltri-eslint-config.git"
},
"bugs": {
"url": "https://github.com/idaho/eslint-config-idaho1980/issues"
"url": "https://github.com/idaho/fltri-eslint-config/issues"
},
"homepage": "https://github.com/idaho/eslint-config-idaho1980#readme",
"homepage": "https://github.com/idaho/fltri-eslint-config#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "rimraf lib/ node.js web.js && npx tsc",
Expand Down

0 comments on commit 8db11e1

Please sign in to comment.