Skip to content

Commit

Permalink
Merge pull request apollographql#243 from apollostack/GqlForLink
Browse files Browse the repository at this point in the history
Drop gql.js into the root and reference to lib so people can npm link without crying
  • Loading branch information
Sashko Stubailo committed May 25, 2016
2 parents 680aac7 + adc7e29 commit 75878c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gql.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* We are placing this file in the root to enable npm-link development
* Currently, gql resides in a submodule and is not able to be imported when linked
*/
module.exports = require('./lib/src/gql');

0 comments on commit 75878c5

Please sign in to comment.