Skip to content

Commit

Permalink
Merge pull request #31 from graphql/no-babel-runtime
Browse files Browse the repository at this point in the history
remove babel-runtime dependency
  • Loading branch information
asiandrummer committed Sep 16, 2015
2 parents b95cec8 + 29366e7 commit b42b2d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
"babel": {
"optional": [
"runtime",
"es7.classProperties"
],
"loose": [
Expand Down Expand Up @@ -54,7 +53,6 @@
"prepublish": "npm run build"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"codemirror": "^5.6.0",
"codemirror-graphql": "^0.1.1",
"marked": "^0.3.5"
Expand Down

0 comments on commit b42b2d1

Please sign in to comment.