Skip to content

Commit

Permalink
[meta] fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 7, 2024
1 parent 8faf720 commit af54a47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github: [ljharb]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: npm/has-types
tidelift: npm/hastypes
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.0.0](https://github.com/inspect-js/has-types/compare/1.0.0...v2.0.0) - 2024-12-07
## [v2.0.0](https://github.com/elliotblackburn/has-types/compare/1.0.0...v2.0.0) - 2024-12-07

### Commits

- Only apps should have lockfiles [`0672041`](https://github.com/inspect-js/has-types/commit/06720419048f728b217837168f2ff329507695bb)
- [Breaking] v2 implementation, tests, readme, types [`ddec422`](https://github.com/inspect-js/has-types/commit/ddec422a9e4969d8ef4362f45b426902ab04af4f)
- Only apps should have lockfiles [`0672041`](https://github.com/elliotblackburn/has-types/commit/06720419048f728b217837168f2ff329507695bb)
- [Breaking] v2 implementation, tests, readme, types [`ddec422`](https://github.com/elliotblackburn/has-types/commit/ddec422a9e4969d8ef4362f45b426902ab04af4f)

## 1.0.0 - 2017-11-13

### Commits

- Initial commit [`cafb49b`](https://github.com/inspect-js/has-types/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
- Rename from has-types to hastypes [`8aa23de`](https://github.com/inspect-js/has-types/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/inspect-js/has-types/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
- Correct bin file [`162fb4a`](https://github.com/inspect-js/has-types/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
- 1.0.1 release [`fbcee3a`](https://github.com/inspect-js/has-types/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)
- Initial commit [`cafb49b`](https://github.com/elliotblackburn/has-types/commit/cafb49b7292b7a85e4aeeccfd9f0c9425b1be8a1)
- Rename from has-types to hastypes [`8aa23de`](https://github.com/elliotblackburn/has-types/commit/8aa23deb28fbf0ada1bb47b4f1ff70b3c11847ee)
- Force node engine to be 8.9.1 or higher [`bf908d7`](https://github.com/elliotblackburn/has-types/commit/bf908d7a1a0fcab39e22b0f408668df514839ee6)
- Correct bin file [`162fb4a`](https://github.com/elliotblackburn/has-types/commit/162fb4af78f9cad3a2f4176d0595f081ef0143a0)
- 1.0.1 release [`fbcee3a`](https://github.com/elliotblackburn/has-types/commit/fbcee3a04ae4a861a1a6a0d46f8a45dd1a6b4d46)
4 changes: 2 additions & 2 deletions help.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Usage: has-types [--before=MM/DD/YYYY] <package-specifier>
Usage: hastypes [--before=MM/DD/YYYY] <package-specifier>

`package-specifier` must be a valid registry specifier according to `npm-package-arg`.

- see https://www.npmjs.com/package/npm-package-arg

Options:
`--before`: npm‘s `before` option. Must be a valid date.
`--before`: npm‘s `before` option. Must be a valid date.

0 comments on commit af54a47

Please sign in to comment.