Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed Dec 5, 2017
1 parent 734e415 commit 3ce1de4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/apollo-link-state/package.json
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"apollo-utilities": "^1.0.1",
"graphql-anywhere": "^4.0.0"
"graphql-anywhere": "^4.1.0-alpha.0"
},
"lint-staged": {
"*.ts*": [
Expand Down
12 changes: 1 addition & 11 deletions packages/apollo-link-state/tsconfig.json
@@ -1,16 +1,6 @@
{
"extends": "../../tsconfig",
"compilerOptions": {
"target": "es5",
"lib": ["es6", "dom"],
"module": "es2015",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": false,
"noUnusedParameters": false,
"noUnusedLocals": true,
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "lib"
},
Expand Down
15 changes: 15 additions & 0 deletions tsconfig.json
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es6", "dom"],
"module": "es2015",
"moduleResolution": "node",
"removeComments": true,
"sourceMap": true,
"declaration": true,
"noImplicitAny": false,
"noUnusedParameters": false,
"noUnusedLocals": true,
"skipLibCheck": true
}
}

0 comments on commit 3ce1de4

Please sign in to comment.