Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Jan 2, 2021
2 parents 3203a23 + 7018cf2 commit f283fd6
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 148 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
tests
lib
.eslintrc.json
commitlint.config.js
jest.config.js
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-hooks-sort",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple organizer for ordering hooks.",
"keywords": [
"eslint",
Expand Down Expand Up @@ -31,27 +31,27 @@
"format": "prettier --write \"**/*.ts\""
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.8.2",
"eslint-config-airbnb-base": "^14.2.1",
"requireindex": "~1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/chai": "^4.2.14",
"@types/eslint": "^7.2.5",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"@types/eslint": "^7.2.6",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/requireindex": "^1.2.0",
"eslint": "^7.14.0",
"husky": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"eslint": "^7.17.0",
"husky": "^4.3.6",
"mocha": "^8.2.1",
"prettier": "^2.2.0",
"prettier": "^2.2.1",
"react": "^17.0.1",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.1.2"
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"eslint-config-airbnb-base": "^14.2.1"
},
"engines": {
"node": ">=0.10.0"
Expand Down
Loading

0 comments on commit f283fd6

Please sign in to comment.