Skip to content

Commit 21f791e

Browse files
author
Mark
committed
Updated version and contributors
1 parent cff7929 commit 21f791e

File tree

4 files changed

+550
-75
lines changed

4 files changed

+550
-75
lines changed

.package.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "graphql-cli-generate-fragments",
3+
"version": "1.1.8",
4+
"description": "Plugin for graphql-cli to generate fragments",
5+
"main": "dist/index.js",
6+
"typings": "dist/index.d.ts",
7+
"scripts": {
8+
"prepublish": "npm run build",
9+
"build": "tsc -d",
10+
"pretest": "npm run build",
11+
"lint": "tslint src/**/*.ts",
12+
"semantic-release": "semantic-release"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/develomark/graphql-cli-generate-fragments.git"
17+
},
18+
"keywords": [
19+
"graphql",
20+
"graphql-cli"
21+
],
22+
"author": "Mark Petty <develomark@gmail.com>",
23+
"license": "MIT",
24+
"devDependencies": {
25+
"@types/fs-extra": "5.0.0",
26+
"@types/inquirer": "0.0.36",
27+
"@types/node": "9.3.0",
28+
"@types/yargs": "10.0.1",
29+
"contributor": "^0.1.25",
30+
"graphql-config": "1.1.7",
31+
"semantic-release": "12.2.4",
32+
"tslint": "5.9.1",
33+
"typescript": "2.6.2"
34+
},
35+
"release": {
36+
"branch": "master"
37+
},
38+
"dependencies": {
39+
"@types/graphql": "^0.12.1",
40+
"chalk": "2.3.0",
41+
"fs-extra": "5.0.0",
42+
"graphql": "^0.12.3",
43+
"graphql-import": "^0.4.1",
44+
"lodash": "4.17.4"
45+
}
46+
}

contributors.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
###### Contributors
2+
[Mark Petty](https://github.com/develomark)
3+
<font color="#999">1 Commits</font> / <font color="#6cc644">23++</font> / <font color="#bd3c00"> 0--</font>
4+
<font color="#dedede">50.00%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
5+
[Paul Csapak](https://github.com/plck)
6+
<font color="#999">1 Commits</font> / <font color="#6cc644">1++</font> / <font color="#bd3c00"> 1--</font>
7+
<font color="#dedede">50.00%&nbsp;<font color="#dedede">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><font color="#f4f4f4">||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||</font><br><br>
8+
###### [Generated](https://github.com/jakeleboeuf/contributor) on Thu Apr 19 2018 08:46:48 GMT+0100 (BST)

0 commit comments

Comments
 (0)