Skip to content

Commit

Permalink
chore: reformat all package.json files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd authored and dmbch committed Feb 19, 2018
1 parent d508ca8 commit 6ec751b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 48 deletions.
8 changes: 3 additions & 5 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"name": "hops-express",
"version": "10.0.2",
"description": "Express server to enable server-side rendering of hops applications",
"keywords": [
"hops",
"express"
],
"description":
"Express server to enable server-side rendering of hops applications",
"keywords": ["hops", "express"],
"license": "MIT",
"bin": {
"hops-serve": "commands/serve.js"
Expand Down
13 changes: 2 additions & 11 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@
"name": "hops-graphql",
"version": "10.0.0",
"description": "React and GraphQL implementation for Hops",
"keywords": [
"hops",
"react",
"graphql"
],
"keywords": ["hops", "react", "graphql"],
"license": "MIT",
"bin": {
"hops-graphql": "commands/graphql.js"
},
"main": "node.js",
"browser": "dom.js",
"files": [
"node.js",
"dom.js",
"commands",
"lib"
],
"files": ["node.js", "dom.js", "commands", "lib"],
"dependencies": {
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.2.0",
Expand Down
8 changes: 1 addition & 7 deletions packages/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "hops-lambda",
"version": "10.1.0",
"description": "Quick and easy deployment of Hops applications to AWS Lambda",
"keywords": [
"hops",
"express",
"aws",
"lambda",
"serverless"
],
"keywords": ["hops", "express", "aws", "lambda", "serverless"],
"license": "MIT",
"bin": {
"hops-lambda": "commands/lambda.js"
Expand Down
12 changes: 2 additions & 10 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,11 @@
"name": "hops-react",
"version": "10.0.2",
"description": "React and ReactRouter setup for Hops",
"keywords": [
"hops",
"react",
"react-router"
],
"keywords": ["hops", "react", "react-router"],
"license": "MIT",
"main": "node.js",
"browser": "dom.js",
"files": [
"dom.js",
"node.js",
"lib"
],
"files": ["dom.js", "node.js", "lib"],
"dependencies": {
"hops-config": "10.0.2",
"mixinable": "1.3.0",
Expand Down
10 changes: 2 additions & 8 deletions packages/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,10 @@
"name": "hops-redux",
"version": "10.0.2",
"description": "React and Redux implementation for Hops",
"keywords": [
"hops",
"react",
"redux"
],
"keywords": ["hops", "react", "redux"],
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"files": ["index.js"],
"dependencies": {
"hops-react": "10.0.2"
},
Expand Down
4 changes: 1 addition & 3 deletions packages/template-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"license": "MIT",
"hops": {
"browsers": "last 1 Chrome versions",
"locations": [
"/"
],
"locations": ["/"],
"graphqlUri": "https://www.graphqlhub.com/graphql"
},
"scripts": {
Expand Down
5 changes: 1 addition & 4 deletions packages/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"license": "MIT",
"hops": {
"browsers": "last 1 Chrome versions",
"locations": [
"/",
"/counter"
]
"locations": ["/", "/counter"]
},
"scripts": {
"start": "hops start",
Expand Down

0 comments on commit 6ec751b

Please sign in to comment.