Skip to content

Commit

Permalink
only publish lib etc
Browse files Browse the repository at this point in the history
  • Loading branch information
clayallsopp committed Mar 9, 2016
1 parent 4f5366a commit f88df6b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion graphqlhub-schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "graphqlhub-schemas",
"repository": "clayallsopp/graphqlhub",
"version": "0.1.0-rc4",
"version": "0.1.0-rc5",
"description": "GraphQL Schemas for REST APIs like Github, Hacker News, Reddit, and Twitter",
"main": "lib/index.js",
"files": [
"lib",
"in-publish.js",
"README.md"
],
"scripts": {
"test": "node test.js",
"bundle": "./node_modules/.bin/babel src --out-dir lib --ignore **/__tests__/**",
Expand Down

0 comments on commit f88df6b

Please sign in to comment.