Skip to content

Commit ff41cb2

Browse files
committed
Meta tweaks
1 parent f7a5f7a commit ff41cb2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

license

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
3+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": {
99
"name": "Sindre Sorhus",
1010
"email": "[email protected]",
11-
"url": "sindresorhus.com"
11+
"url": "https://sindresorhus.com"
1212
},
1313
"engines": {
1414
"node": ">=10"
@@ -47,9 +47,9 @@
4747
},
4848
"devDependencies": {
4949
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
50-
"@typescript-eslint/parser": "^2.12.0",
50+
"@typescript-eslint/parser": "^2.21.0",
5151
"ava": "^2.4.0",
52-
"babel-eslint": "^10.0.3",
52+
"babel-eslint": "^10.1.0",
5353
"chalk": "^3.0.0",
5454
"coveralls": "^3.0.9",
5555
"del": "^5.1.0",
@@ -60,10 +60,10 @@
6060
"listr": "^0.14.3",
6161
"nyc": "^15.0.0",
6262
"outdent": "^0.7.0",
63-
"pify": "^4.0.1",
64-
"tempy": "^0.3.0",
65-
"typescript": "^3.7.4",
66-
"xo": "^0.25.3"
63+
"pify": "^5.0.0",
64+
"tempy": "^0.4.0",
65+
"typescript": "^3.8.3",
66+
"xo": "^0.27.2"
6767
},
6868
"peerDependencies": {
6969
"eslint": ">=6.7.1"

0 commit comments

Comments
 (0)