Skip to content

Commit 30d14b2

Browse files
committed
semantic-release fix
1 parent 30bfb4a commit 30d14b2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"name": "graphql-middleware-forward-binding",
33
"description": "GraphQL Binding forwardTo plugin for GraphQL Middleware",
44
"version": "0.0.0-semantic-release",
5-
"files": [
6-
"dist"
7-
],
5+
"files": ["dist"],
86
"main": "dist/index.js",
97
"typings": "dist/index.d.ts",
108
"typescript": {
@@ -13,7 +11,8 @@
1311
"scripts": {
1412
"prepublish": "npm run test",
1513
"build": "rm -rf dist && tsc -d",
16-
"lint": "tslint --project tsconfig.json {src}/**/*.ts && prettier-check --ignore-path .gitignore {src,.}/{*.ts,*.js}",
14+
"lint":
15+
"tslint --project tsconfig.json {src}/**/*.ts && prettier-check --ignore-path .gitignore {src,.}/{*.ts,*.js}",
1716
"test": "npm run lint && npm run build && ava",
1817
"semantic-release": "semantic-release"
1918
},
@@ -36,6 +35,9 @@
3635
"tslint-config-standard": "^7.0.0",
3736
"typescript": "^2.8.3"
3837
},
38+
"release": {
39+
"branch": "master"
40+
},
3941
"license": "MIT",
4042
"repository": {
4143
"type": "git",

0 commit comments

Comments
 (0)