Skip to content

Commit 11026e3

Browse files
committed
fixed package.json, license and copyright dates
1 parent 592c825 commit 11026e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Kyle Simpson <[email protected]>
1+
Copyright (c) 2019-2021 Kyle Simpson <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,4 +1228,4 @@ istanbul cover scripts/node-tests.js
12281228

12291229
## License
12301230

1231-
All code and documentation are (c) 2019 Kyle Simpson and released under the [MIT License](http://getify.mit-license.org/). A copy of the MIT License [is also included](LICENSE.txt).
1231+
All code and documentation are (c) 2019-2021 Kyle Simpson and released under the [MIT License](http://getify.mit-license.org/). A copy of the MIT License [is also included](LICENSE.txt).

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@getify/eslint-plugin-proper-arrows",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "ESLint rules to ensure proper arrow function definitions",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -17,10 +17,10 @@
1717
"publish": "npm run coverage:report"
1818
},
1919
"devDependencies": {
20-
"coveralls": "^3.1.0",
21-
"eslint": "^7.4.0",
22-
"qunit": "^2.10.1",
23-
"terser": "^4.6.12"
20+
"coveralls": "~3.1.0",
21+
"eslint": "~7.4.0",
22+
"qunit": "~2.10.1",
23+
"terser": "~4.6.12"
2424
},
2525
"peerDependencies": {
2626
"eslint": ">= 7.25"

0 commit comments

Comments
 (0)