From e8c475b40cf54c04ae9dc6c8b90eda04256a720d Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 27 Nov 2023 12:22:09 +0100 Subject: [PATCH] Meta tweaks --- license | 2 +- package.json | 12 ++++++------ readme.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/license b/license index e7af2f77..fa7ceba3 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) Sindre Sorhus (https://sindresorhus.com) 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: diff --git a/package.json b/package.json index 91dd75d5..438e92de 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "hosted-git-info": "^7.0.1", "ignore-walk": "^6.0.3", "import-local": "^3.1.0", - "inquirer": "^9.2.11", - "is-installed-globally": "^0.4.0", + "inquirer": "^9.2.12", + "is-installed-globally": "^1.0.0", "is-interactive": "^2.0.0", "is-scoped": "^3.0.0", "issue-regex": "^4.1.0", @@ -55,14 +55,14 @@ "meow": "^12.1.1", "new-github-release-url": "^2.0.0", "npm-name": "^7.1.1", - "onetime": "^6.0.0", + "onetime": "^7.0.0", "open": "^9.1.0", "ow": "^1.1.1", "p-memoize": "^7.1.1", "p-timeout": "^6.1.2", "path-exists": "^5.0.0", "pkg-dir": "^8.0.0", - "read-pkg": "^9.0.0", + "read-pkg": "^9.0.1", "read-package-up": "^11.0.0", "rxjs": "^7.8.1", "semver": "^7.5.4", @@ -72,10 +72,10 @@ }, "devDependencies": { "@sindresorhus/is": "^6.1.0", - "@types/semver": "^7.5.4", + "@types/semver": "^7.5.6", "ava": "^5.3.1", "common-tags": "^1.8.2", - "esmock": "^2.5.9", + "esmock": "^2.6.0", "fs-extra": "^11.1.1", "map-obj": "^5.0.2", "sinon": "^17.0.1", diff --git a/readme.md b/readme.md index e9ae7eff..ed0c02a7 100644 --- a/readme.md +++ b/readme.md @@ -284,8 +284,8 @@ If you use a Continuous Integration server to publish your tagged commits, use t 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`. -``` -$ npm install --save-dev branchsite +```sh +npm install --save-dev branchsite ``` ```json