Git Product home page Git Product logo

Comments (5)

cbaron avatar cbaron commented on July 30, 2024 2

@eerenwong -- try using yarn instead of npm

from aws-utils.

lightsofapollo avatar lightsofapollo commented on July 30, 2024 1

Please try 0.12 and see if that works better! I published a few fixes.

from aws-utils.

lightsofapollo avatar lightsofapollo commented on July 30, 2024

Hrm wondering why we're pointing at a fork here for graphql-phone-type we should fix that... (I think there is an issue for this somewhere)

from aws-utils.

pianomansam avatar pianomansam commented on July 30, 2024

Hrm wondering why we're pointing at a fork here for graphql-phone-type we should fix that... (I think there is an issue for this somewhere)

Here's where I introduced graphql-phone-type: #26

The reason for the fork was to fix a peerDependency issue and to provide a default export within index.js. Here is the diff between forks:

diff --git a/index.js b/index.js
new file mode 100644
index 0000000..e84adeb
--- /dev/null
+++ b/index.js
@@ -0,0 +1,3 @@
+var GraphQLPhoneType = require('../lib');
+
+export default GraphQLPhoneType;
diff --git a/package.json b/package.json
index eb1698d..d6d38b3 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
     "libphonenumber-js": "^0.4.43"
   },
   "peerDependencies": {
-    "graphql": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0"
+    "graphql": ">=0.6.0 <1.0"
   },
   "devDependencies": {
     "babel-cli": "^6.26.0",

Removing this dependency is definitely the way to go, though.

from aws-utils.

eerenwong avatar eerenwong commented on July 30, 2024

@lightsofapollo I'm using 0.12. Is workign fine .
Thanks guys

from aws-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.