Skip to content

Commit cf90fe9

Browse files
committed
Bump minor version
1 parent b568418 commit cf90fe9

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

package.json

+4-15
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
{
22
"name": "json-graphql-server",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "lib/json-graphql-server.node.min.js",
55
"browser": "lib/json-graphql-server.client.min.js",
66
"repository": "[email protected]:marmelab/json-graphql-server.git",
7-
"authors": [
8-
"François Zaninotto",
9-
"Gildas Garcia"
10-
],
11-
"files": [
12-
"*.md",
13-
"lib",
14-
"src",
15-
"bin"
16-
],
7+
"authors": ["François Zaninotto", "Gildas Garcia"],
8+
"files": ["*.md", "lib", "src", "bin"],
179
"license": "MIT",
1810
"scripts": {
1911
"format": "make format",
@@ -24,10 +16,7 @@
2416
"prepublish": "make build"
2517
},
2618
"lint-staged": {
27-
"src/**/*.js": [
28-
"eslint --fix",
29-
"git add"
30-
]
19+
"src/**/*.js": ["eslint --fix", "git add"]
3120
},
3221
"devDependencies": {
3322
"@types/jest": "~19.2.4",

0 commit comments

Comments
 (0)