Merge pull request #280 from apollostack/es6-lib

Use TypeScript es6 lib
This commit is contained in:
Hagai Cohen 2017-01-25 14:16:47 +02:00 committed by GitHub
commit 4e3f2e65a4
11 changed files with 10 additions and 11 deletions

View file

@ -23,7 +23,6 @@
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/es6-shim": "^0.31.32",
"@types/mocha": "^2.2.38",
"@types/node": "^7.0.3",
"@types/sinon": "^1.16.34",

View file

@ -23,9 +23,6 @@
"url": "https://github.com/apollostack/graphql-server/issues"
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"es6-shim": "^0.35.3"
},
"devDependencies": {
"@types/fibers": "0.0.29",
"@types/graphql": "^0.8.5",

View file

@ -11,12 +11,12 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],
"types": [
"@types/node",
"@types/es6-shim"
"@types/node"
]
},
"exclude": [

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],

View file

@ -23,9 +23,6 @@
"url": "https://github.com/apollostack/graphql-server/issues"
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"es6-shim": "^0.35.3"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0"
},

View file

@ -11,12 +11,12 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],
"types": [
"@types/node",
"@types/es6-shim"
"@types/node"
]
},
"exclude": [

View file

@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": false,
"pretty": true,
"removeComments": true,
"lib": ["es6"],
"typeRoots": [
"node_modules/@types"
],