Skip to content

Commit e8c475b

Browse files
committed
Meta tweaks
1 parent d7543ff commit e8c475b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"hosted-git-info": "^7.0.1",
4545
"ignore-walk": "^6.0.3",
4646
"import-local": "^3.1.0",
47-
"inquirer": "^9.2.11",
48-
"is-installed-globally": "^0.4.0",
47+
"inquirer": "^9.2.12",
48+
"is-installed-globally": "^1.0.0",
4949
"is-interactive": "^2.0.0",
5050
"is-scoped": "^3.0.0",
5151
"issue-regex": "^4.1.0",
@@ -55,14 +55,14 @@
5555
"meow": "^12.1.1",
5656
"new-github-release-url": "^2.0.0",
5757
"npm-name": "^7.1.1",
58-
"onetime": "^6.0.0",
58+
"onetime": "^7.0.0",
5959
"open": "^9.1.0",
6060
"ow": "^1.1.1",
6161
"p-memoize": "^7.1.1",
6262
"p-timeout": "^6.1.2",
6363
"path-exists": "^5.0.0",
6464
"pkg-dir": "^8.0.0",
65-
"read-pkg": "^9.0.0",
65+
"read-pkg": "^9.0.1",
6666
"read-package-up": "^11.0.0",
6767
"rxjs": "^7.8.1",
6868
"semver": "^7.5.4",
@@ -72,10 +72,10 @@
7272
},
7373
"devDependencies": {
7474
"@sindresorhus/is": "^6.1.0",
75-
"@types/semver": "^7.5.4",
75+
"@types/semver": "^7.5.6",
7676
"ava": "^5.3.1",
7777
"common-tags": "^1.8.2",
78-
"esmock": "^2.5.9",
78+
"esmock": "^2.6.0",
7979
"fs-extra": "^11.1.1",
8080
"map-obj": "^5.0.2",
8181
"sinon": "^17.0.1",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ If you use a Continuous Integration server to publish your tagged commits, use t
284284

285285
To publish to `gh-pages` (or any other branch that serves your static assets), install [`branchsite`](https://github.com/enriquecaballero/branchsite), an `np`-like CLI tool aimed to complement `np`, and create an [npm "post" hook](https://docs.npmjs.com/misc/scripts) that runs after `np`.
286286

287-
```
288-
$ npm install --save-dev branchsite
287+
```sh
288+
npm install --save-dev branchsite
289289
```
290290

291291
```json

0 commit comments

Comments
 (0)