Skip to content

Commit

Permalink
chore: reorder elements of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLytek committed Feb 9, 2019
1 parent 0c726ae commit c901d34
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,10 @@
{
"name": "type-graphql",
"version": "0.16.0",
"main": "./dist/index.js",
"author": {
"name": "Michał Lytek",
"url": "https://github.com/19majkel94"
},
"license": "MIT",
"readmeFilename": "README.md",
"description": "Create GraphQL schema and resolvers with TypeScript, using classes and decorators!",
"repository": {
"type": "git",
"url": "https://github.com/19majkel94/type-graphql.git"
},
"bugs": {
"url": "https://github.com/19majkel94/type-graphql/issues"
},
"keywords": [
"typescript",
"graphql",
"schema",
"resolvers",
"api",
"decorators",
"controllers",
"apollo"
],
"engines": {
"node": ">= 6.x"
},
"scripts": {
"test": "jest --coverage",
"test:ci": "jest --coverage --ci --forceExit --detectOpenHandles --runInBand",
Expand Down Expand Up @@ -117,5 +93,29 @@
"git add"
]
},
"main": "./dist/index.js",
"readmeFilename": "README.md",
"description": "Create GraphQL schema and resolvers with TypeScript, using classes and decorators!",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/19majkel94/type-graphql.git"
},
"bugs": {
"url": "https://github.com/19majkel94/type-graphql/issues"
},
"keywords": [
"typescript",
"graphql",
"schema",
"resolvers",
"api",
"decorators",
"controllers",
"apollo"
],
"engines": {
"node": ">= 6.x"
},
"private": true
}

0 comments on commit c901d34

Please sign in to comment.