From 1f3b53bbc319ddc592b96cf14114af414453a9e4 Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Tue, 8 Mar 2016 16:50:11 -0800 Subject: [PATCH] fix npm publish perms --- graphqlhub-schemas/package.json | 2 +- scripts/try-npm-publish.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/try-npm-publish.sh diff --git a/graphqlhub-schemas/package.json b/graphqlhub-schemas/package.json index 9db97c4..98f1ed9 100644 --- a/graphqlhub-schemas/package.json +++ b/graphqlhub-schemas/package.json @@ -1,7 +1,7 @@ { "name": "graphqlhub-schemas", "repository": "clayallsopp/graphqlhub", - "version": "0.1.0-rc1", + "version": "0.1.0-rc2", "description": "GraphQL Schemas for REST APIs like Github, Hacker News, Reddit, and Twitter", "main": "lib/index.js", "scripts": { diff --git a/scripts/try-npm-publish.sh b/scripts/try-npm-publish.sh old mode 100644 new mode 100755