Skip to content
This repository has been archived by the owner on Jun 5, 2022. It is now read-only.

Commit

Permalink
Relay: do not enforce project wide configuration
Browse files Browse the repository at this point in the history
This feature was requested here adeira/universe#189 and was greatly improved in Babel itself here babel/babel#10778. It can however be annoying and sometimes difficult to do such modification so I changed my mind and I'd like to allow it after all. It's because this code where we require "upward" mode is necessary only for Universe development and should not affect users of our NPM package.

adeira-source-id: a7917273c3a7861fa3f355e38c9ab732a9b1d150
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed Dec 14, 2019
1 parent 3565db3 commit 9ccc4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"@adeira/fetch": "^1.0.0",
"@adeira/relay": "^0.5.0",
"@adeira/relay": "^0.6.0",
"@adeira/js": "^0.2.0",
"@kiwicom/orbit-components": "^0.68.0",
"date-fns": "^2.8.1",
Expand Down

0 comments on commit 9ccc4b9

Please sign in to comment.