Skip to content

Commit 23fbae1

Browse files
author
Matthew Foran
committed
fixed package?
1 parent 9ca8f72 commit 23fbae1

File tree

2 files changed

+23
-43
lines changed

2 files changed

+23
-43
lines changed

package.json

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"private": false,
3-
"name": "@mjforan/react-nipple",
4-
"version": "1.0.2",
2+
"private": true,
3+
"name": "react-nipple-workpace",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"license": "MIT",
77
"workspaces": [
@@ -11,22 +11,5 @@
1111
"demo": "cd packages/demo && yarn start",
1212
"docs": "cd packages/react-nipple && yarn docs && cp -r ./docs ../..",
1313
"nuke": "find . -name node_modules -type d -exec rm -rf '{}' + && yarn"
14-
},
15-
"description": "A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick.",
16-
"directories": {
17-
"doc": "docs"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/mjforan/react-nipple.git"
22-
},
23-
"keywords": [
24-
"joystick",
25-
"nipple"
26-
],
27-
"author": "Jovica Aleksic",
28-
"bugs": {
29-
"url": "https://github.com/mjforan/react-nipple/issues"
30-
},
31-
"homepage": "https://github.com/mjforan/react-nipple#readme"
14+
}
3215
}

packages/react-nipple/package.json

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
{
2-
"name": "react-nipple",
2+
"name": "@mjforan/react-nipple",
33
"version": "1.0.3",
4-
"main": "lib/index.js",
5-
"license": "MIT",
4+
"description": "A react wrapper for the [nipplejs](https://www.npmjs.com/package/nipplejs) on-screen-joystick.",
5+
"main": "index.js",
6+
"directories": {
7+
"lib": "lib"
8+
},
69
"scripts": {
7-
"clean": "rm -rf lib/*",
8-
"eslint": "eslint src",
9-
"docs": "esdoc",
10-
"build": "babel src --out-dir lib --copy-files",
11-
"build:watch": "yarn build --watch",
12-
"build:full": "yarn clean && yarn eslint --fix && yarn docs && yarn build",
13-
"prepublishOnly": "yarn build:full"
10+
"test": "echo \"Error: no test specified\" && exit 1"
1411
},
15-
"peerDependencies": {
16-
"react": "^16.4.1",
17-
"react-dom": "^16.4.1"
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/mjforan/react-nipple.git"
1815
},
19-
"dependencies": {
20-
"autobind-decorator": "^2.1.0",
21-
"classnames": "^2.2.6",
22-
"lodash.isequal": "^4.5.0",
23-
"nipplejs": "^0.8.7"
16+
"keywords": [
17+
"joystick",
18+
"nipple"
19+
],
20+
"author": "Jovica Aleksic",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/mjforan/react-nipple/issues"
2424
},
25-
"devDependencies": {
26-
"@loopmode/babel6-base": "^0.0.6",
27-
"react": "^16.4.1"
28-
}
25+
"homepage": "https://github.com/mjforan/react-nipple#readme"
2926
}

0 commit comments

Comments
 (0)