Skip to content

Commit db4c4fe

Browse files
committed
news -> directory
1 parent f707ae6 commit db4c4fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
### GraphQL News
1+
### GraphQL Directory
22

3-
*HN for GraphQL*
3+
*All the Endpoints*
44

5-
[graphql.news](https://graphql.news)
5+
[graphql.directory](https://graphql.directory)
66

77
# Dev
88

99
[Vulcan docs](http://docs.vulcanjs.org)
1010

11-
[staging.graphql.news](https://staging.graphql.news)
11+
[staging.graphql.directory](https://staging.graphql.directory)
1212

13-
[Our CircleCI](https://circleci.com/gh/GraphQLGuide/news/)
13+
[Our CircleCI](https://circleci.com/gh/GraphQLGuide/directory/)
1414

1515
## Setup
1616

1717
```
18-
git clone [email protected]:GraphQLGuide/news.git
19-
cd news
18+
git clone [email protected]:GraphQLGuide/directory.git
19+
cd directory
2020
npm install
2121
npm start
2222
```

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "graphql-news",
2+
"name": "graphql-directory",
33
"version": "1.8.5",
44
"engines": {
55
"npm": "^3.0"
@@ -8,7 +8,7 @@
88
"prestart": "node .vulcan/prestart_vulcan.js",
99
"start": "ROOT_URL=http://127.0.0.1:3000 meteor --settings settings.json",
1010
"lint": "eslint --cache --ext .js packages",
11-
"deploy": "DEPLOY_HOSTNAME=galaxy.meteor.com METEOR_SESSION_FILE=token.json meteor deploy staging.graphql.news --settings settings.json"
11+
"deploy": "DEPLOY_HOSTNAME=galaxy.meteor.com METEOR_SESSION_FILE=token.json meteor deploy staging.graphql.directory --settings settings.json"
1212
},
1313
"dependencies": {
1414
"@babel/runtime": "^7.0.0-beta.38",

0 commit comments

Comments
 (0)