Skip to content

Commit

Permalink
[meta] rename package and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 23, 2024
1 parent c92c5c4 commit 8586801
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 28 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) 2016 Airbnb
Copyright (c) 2016 Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# prop-types <sup>[![Version Badge][npm-version-svg]][package-url]</sup>

[![Build Status][travis-svg]][travis-url]
[![dependency status][deps-svg]][deps-url]
[![dev dependency status][dev-deps-svg]][dev-deps-url]
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]

Expand Down Expand Up @@ -97,16 +96,18 @@ Since `PropTypes` are typically not included in production builds of React, this
## Tests
Clone the repo, `npm install`, `npm run react`, and run `npm test`

[package-url]: https://npmjs.org/package/airbnb-prop-types
[npm-version-svg]: http://versionbadg.es/airbnb/prop-types.svg
[travis-svg]: https://travis-ci.org/airbnb/prop-types.svg
[travis-url]: https://travis-ci.org/airbnb/prop-types
[deps-svg]: https://david-dm.org/airbnb/prop-types.svg
[deps-url]: https://david-dm.org/airbnb/prop-types
[dev-deps-svg]: https://david-dm.org/airbnb/prop-types/dev-status.svg
[dev-deps-url]: https://david-dm.org/airbnb/prop-types#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/airbnb-prop-types.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/airbnb-prop-types.svg
[package-url]: https://npmjs.org/package/prop-types-tools
[npm-version-svg]: http://versionbadg.es/ljharb/prop-types-tools.svg
[deps-svg]: https://david-dm.org/ljharb/prop-types-tools.svg
[deps-url]: https://david-dm.org/ljharb/prop-types-tools
[dev-deps-svg]: https://david-dm.org/ljharb/prop-types-tools/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/prop-types-tools#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/prop-types-tools.png?downloads=true&stars=true
[license-image]: http://img.shields.io/npm/l/prop-types-tools.svg
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/airbnb-prop-types.svg
[downloads-url]: http://npm-stat.com/charts.html?package=airbnb-prop-types
[downloads-image]: http://img.shields.io/npm/dm/prop-types-tools.svg
[downloads-url]: http://npm-stat.com/charts.html?package=prop-types-tools
[codecov-image]: https://codecov.io/gh/ljharb/prop-types-tools/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/ljharb/prop-types-tools/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/prop-types-tools
[actions-url]: https://github.com/ljharb/prop-types-tools
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "airbnb-prop-types",
"name": "prop-types-tools",
"version": "2.16.0",
"description": "Custom React PropType validators that we use at Airbnb.",
"description": "Custom React PropType validators",
"main": "index.js",
"dependencies": {
"array.prototype.find": "^2.2.3",
Expand Down Expand Up @@ -73,7 +73,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/prop-types.git"
"url": "git+https://github.com/ljharb/prop-types-tools.git"
},
"keywords": [
"react",
Expand All @@ -90,16 +90,9 @@
},
"license": "MIT",
"bugs": {
"url": "https://github.com/airbnb/prop-types/issues"
},
"homepage": "https://github.com/airbnb/prop-types#readme",
"greenkeeper": {
"//": "nyc and mocha are ignored because they requires node 4+, and we support older than that",
"ignore": [
"nyc",
"mocha"
]
"url": "https://github.com/ljharb/prop-types-tools/issues"
},
"homepage": "https://github.com/ljharb/prop-types-tools#readme",
"engines": {
"node": ">= 0.10"
}
Expand Down

0 comments on commit 8586801

Please sign in to comment.