Skip to content

Commit 630f2d3

Browse files
author
Jamie Greeff
committed
v1.0.0
1 parent 471f1c4 commit 630f2d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GraphQLite
1+
GraphQLite [![NPM](https://img.shields.io/npm/v/graphqlite.svg?style=flat)](https://npmjs.org/package/graphqlite) ![Downloads](https://img.shields.io/npm/dm/graphqlite.svg?style=flat)
22
=======
33

44
GraphQLite is a Javascript Parser for Facebook's GraphQL.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphqlite",
3-
"version": "0.0.3",
3+
"version": "1.0.0",
44
"description": "An experimental implementation of Facebook's GraphQL",
55
"main": "index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"type": "git",
2727
"url": "git://github.com/madjam002/graphqlite.git"
2828
},
29-
"author": "Jamie Greeff <madjam002@googlemail.com>",
29+
"author": "Jamie Greeff <jamiegreeff+git@gmail.com>",
3030
"license": "MIT",
3131
"dependencies": {
3232
"deep-extend": "^0.3.2"

0 commit comments

Comments
 (0)