Skip to content

Commit caf35b6

Browse files
committed
feat(docs): Publish
1 parent c99eafe commit caf35b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 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",
1817
"semantic-release": "semantic-release"
1918
},

0 commit comments

Comments
 (0)