Skip to content

Commit

Permalink
chore: updated all packages/package.json file for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
cassels committed Jan 27, 2019
1 parent 3b74dd2 commit 7bc8c38
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 9 deletions.
10 changes: 8 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"main": "lib/core.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
"lib": "lib"
},
"files": [
"lib"
Expand All @@ -29,5 +28,12 @@
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/cassels/UnHOC.git"
},
"bugs": {
"url": "https://github.com/cassels/UnHOC/issues"
}
}
12 changes: 9 additions & 3 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhoc/material-ui",
"version": "0.0.0",
"description": "Effortlessly UnHOC React Components from material-ui HOCs for simple unit testing.",
"description": "Effortlessly UnHOC React Components from material-ui for simple unit testing.",
"keywords": [
"unhoc",
"hoc",
Expand All @@ -20,8 +20,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
"lib": "lib"
},
"files": [
"lib"
Expand All @@ -32,6 +31,13 @@
"scripts": {
"clean": "rm -rf node_modules && rm -rf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/cassels/UnHOC.git"
},
"bugs": {
"url": "https://github.com/cassels/UnHOC/issues"
},
"devDependencies": {
"@material-ui/core": "^3.9.0",
"@material-ui/styles": "^3.0.0-alpha.8"
Expand Down
9 changes: 8 additions & 1 deletion packages/react-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhoc/react-redux",
"version": "0.0.0",
"description": "Effortlessly UnHOC React Components from react-redux HOCs for simple unit testing.",
"description": "Effortlessly UnHOC React Components from react-redux for simple unit testing.",
"keywords": [
"unhoc",
"hoc",
Expand Down Expand Up @@ -33,6 +33,13 @@
"scripts": {
"clean": "rm -rf node_modules && rm -rf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/cassels/UnHOC.git"
},
"bugs": {
"url": "https://github.com/cassels/UnHOC/issues"
},
"peerDependencies": {
"react-redux": "^6.0.0"
},
Expand Down
12 changes: 9 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unhoc/react",
"version": "0.0.0",
"description": "Effortlessly UnHOC React Components from React HOCs for simple unit testing.",
"description": "Effortlessly UnHOC React Components from React for simple unit testing.",
"keywords": [
"unhoc",
"hoc",
Expand All @@ -19,8 +19,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
"lib": "lib"
},
"files": [
"lib"
Expand All @@ -30,5 +29,12 @@
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf lib"
},
"repository": {
"type": "git",
"url": "https://github.com/cassels/UnHOC.git"
},
"bugs": {
"url": "https://github.com/cassels/UnHOC/issues"
}
}

0 comments on commit 7bc8c38

Please sign in to comment.