Skip to content

Commit e563f2e

Browse files
author
Matthew Foran
committed
update package and README
1 parent 30f7551 commit e563f2e

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

packages/react-nipple/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# NOTICE
2+
3+
The [original repo](https://github.com/loopmode/react-nipple) is no longer maintained so I created this fork to fix the annoying warning about prop types. Here is my open [pull request](https://github.com/loopmode/react-nipple/pull/54).
4+
15
# react-nipple
26

37
A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick.

packages/react-nipple/package.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-nipple",
3-
"version": "1.0.3",
2+
"name": "@mjforan/react-nipple",
3+
"version": "1.0.6",
44
"main": "lib/index.js",
55
"license": "MIT",
66
"scripts": {
@@ -25,5 +25,23 @@
2525
"devDependencies": {
2626
"@loopmode/babel6-base": "^0.0.6",
2727
"react": "^16.4.1"
28-
}
28+
},
29+
"description": "A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick (with fixed prop-types).",
30+
"directories": {
31+
"lib": "lib"
32+
},
33+
"repository": {
34+
"type": "git",
35+
"url": "git+https://github.com/mjforan/react-nipple.git"
36+
},
37+
"keywords": [
38+
"react",
39+
"nipple",
40+
"joystick"
41+
],
42+
"author": "Jovica Aleksic",
43+
"bugs": {
44+
"url": "https://github.com/mjforan/react-nipple/issues"
45+
},
46+
"homepage": "https://github.com/mjforan/react-nipple/tree/master/packages/react-nipple#readme"
2947
}

0 commit comments

Comments
 (0)