Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 27, 2023
1 parent d7543ff commit e8c475b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (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:

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8c475b

Please sign in to comment.