Skip to content

Commit

Permalink
package.json: reorder properties
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Aug 24, 2020
1 parent 1f51cb1 commit 029cb0f
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,5 +1,28 @@
{
"name": "graphql-lodash",
"description": "GraphQL Lodash",
"keywords": [
"GraphQL",
"lodash",
"underscore",
"fp",
"functional"
],
"license": "MIT",
"author": "APIs.guru <[email protected]>",
"homepage": "https://github.com/APIs-guru/graphql-lodash#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/APIs-guru/graphql-lodash.git"
},
"bugs": {
"url": "https://github.com/APIs-guru/graphql-lodash/issues"
},
"version": "1.3.4",
"main": "lib/graphql-lodash.bundle.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config demo/webpack.demo.js",
"build:demo": "webpack -p --config demo/webpack.demo.js",
Expand Down Expand Up @@ -32,28 +55,5 @@
"typescript": "2.9.2",
"webpack": "3.12.0",
"webpack-dev-server": "2.11.5"
},
"name": "graphql-lodash",
"version": "1.3.4",
"main": "lib/graphql-lodash.bundle.js",
"module": "lib/index.js",
"jsnext:main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/APIs-guru/graphql-lodash.git"
},
"keywords": [
"GraphQL",
"lodash",
"underscore",
"fp",
"functional"
],
"author": "APIs.guru <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/APIs-guru/graphql-lodash/issues"
},
"homepage": "https://github.com/APIs-guru/graphql-lodash#readme"
}
}

0 comments on commit 029cb0f

Please sign in to comment.