Skip to content

Commit d375ae6

Browse files
committed
fix: pkg rename to @ns-private/react-lifecycle-component due Verdaccio rules
1 parent d0f022b commit d375ae6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# react-lifecycle-component
1+
# @ns-private/react-lifecycle-component
22

33
A higher order component that accepts lifecycle hook functions as props
44

55
Allows you to wrap pure functional components so that you can take advantage of lifecycle hooks without having to create a new HOC each time to wrap your component.
66

77
```
8-
npm install react-lifecycle-component --save
8+
npm install @ns-private/react-lifecycle-component --save
99
```
1010

1111
## Problem

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-lifecycle-component",
2+
"name": "@ns-private/react-lifecycle-component",
33
"version": "4.0.0",
44
"description": "A higher order component that accepts lifecycle hook functions as props",
55
"main": "lib/index.js",
@@ -11,14 +11,14 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/JamieDixon/react-lifecycle-component.git"
14+
"url": "git+https://github.com/nodesource/react-lifecycle-component.git"
1515
},
1616
"author": "Jamie Dixon",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/JamieDixon/react-lifecycle-component/issues"
19+
"url": "https://github.com/nodesource/react-lifecycle-component/issues"
2020
},
21-
"homepage": "https://github.com/JamieDixon/react-lifecycle-component#readme",
21+
"homepage": "https://github.com/nodesource/react-lifecycle-component#readme",
2222
"devDependencies": {
2323
"babel-cli": "^6.10.1",
2424
"babel-jest": "^18.0.0",

0 commit comments

Comments
 (0)