From c901d34ced70ae8c0f9f59b58c78223a6dae66e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lytek?= Date: Sat, 9 Feb 2019 17:47:01 +0100 Subject: [PATCH] chore: reorder elements of package.json --- package.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 87e27746b..bb4a925b6 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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 }