Skip to content

Commit 029cb0f

Browse files
committed
package.json: reorder properties
1 parent 1f51cb1 commit 029cb0f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
{
2+
"name": "graphql-lodash",
23
"description": "GraphQL Lodash",
4+
"keywords": [
5+
"GraphQL",
6+
"lodash",
7+
"underscore",
8+
"fp",
9+
"functional"
10+
],
11+
"license": "MIT",
12+
"author": "APIs.guru <[email protected]>",
13+
"homepage": "https://github.com/APIs-guru/graphql-lodash#readme",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/APIs-guru/graphql-lodash.git"
17+
},
18+
"bugs": {
19+
"url": "https://github.com/APIs-guru/graphql-lodash/issues"
20+
},
21+
"version": "1.3.4",
22+
"main": "lib/graphql-lodash.bundle.js",
23+
"module": "lib/index.js",
24+
"jsnext:main": "lib/index.js",
25+
"types": "lib/index.d.ts",
326
"scripts": {
427
"start": "webpack-dev-server --config demo/webpack.demo.js",
528
"build:demo": "webpack -p --config demo/webpack.demo.js",
@@ -32,28 +55,5 @@
3255
"typescript": "2.9.2",
3356
"webpack": "3.12.0",
3457
"webpack-dev-server": "2.11.5"
35-
},
36-
"name": "graphql-lodash",
37-
"version": "1.3.4",
38-
"main": "lib/graphql-lodash.bundle.js",
39-
"module": "lib/index.js",
40-
"jsnext:main": "lib/index.js",
41-
"types": "lib/index.d.ts",
42-
"repository": {
43-
"type": "git",
44-
"url": "git+https://github.com/APIs-guru/graphql-lodash.git"
45-
},
46-
"keywords": [
47-
"GraphQL",
48-
"lodash",
49-
"underscore",
50-
"fp",
51-
"functional"
52-
],
53-
"author": "APIs.guru <[email protected]>",
54-
"license": "MIT",
55-
"bugs": {
56-
"url": "https://github.com/APIs-guru/graphql-lodash/issues"
57-
},
58-
"homepage": "https://github.com/APIs-guru/graphql-lodash#readme"
58+
}
5959
}

0 commit comments

Comments
 (0)