这是indexloc提供的服务,不要输入任何密码
Skip to content

Applying the recent update to default branch #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 812 commits into from
Nov 19, 2019
Merged

Conversation

Chetabahana
Copy link

@Chetabahana Chetabahana commented Nov 19, 2019

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
package.json
{
  "name": "three.graphql",
  "version": "0.1.6",
  "description": "Create & Query THREE objects with GraphQL",
  "author": "Chetabahana <chetabahana@gmail.com>",
  "developer": "Joseph Werle <werle@littlstar.com>",
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "three",
    "graphql"
  ],
  "dependencies": {
    "browserify": "latest",
    "core-js": "latest",
    "debug": "latest",
    "domready": "latest",
    "glob": "latest",
    "graph.ql": "chetabahana/graph.ql#workflows",
    "shortid": "latest",
    "three": "latest"
  },
  "devDependencies": {
    "@babel/core": "latest",
    "babelify": "latest",
    "brfs": "latest",
    "budo": "latest",
    "graphiql": "latest",
    "react": "latest",
    "react-dom": "latest"
  },
  "scripts": {
    "preinstall": "bash scripts/preinstall.sh",
    "install": "bash scripts/install.sh",
    "postinstall": "bash scripts/postinstall.sh",
    "audit": "bash scripts/audit.sh",
    "build": "npm run build:editor",
    "editor": "npm run build:editor && budo",
    "build:editor": "bash scripts/build.sh",
    "test": "bash scripts/test.sh"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chetabahana/node/test/fixtures/three.graphql",
    "source": "https://github.com/jwerle/three.graphql"
  }
}
Screenshot

screencapture

screencapture

@Chetabahana Chetabahana merged commit 61a3e2a into Chetabahana Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants