Skip to content

Commit 14f6eee

Browse files
committed
updated copyright, readme
1 parent e722a61 commit 14f6eee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Trevor Livingston
3+
Copyright (c) 2019 Expedia, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
![](https://github.com/tlivings/graphql-component/workflows/Build/badge.svg)
1+
![](https://github.com/ExpediaGroup/graphql-component/workflows/Build/badge.svg)
22

33
# GraphQL schema components.
44

5-
This project is designed to make npm module or component based development of graphql schemas easy.
5+
This project is designed to make npm module or component based Node.js development of graphql schemas easy.
66

77
Read more about the idea [here](https://medium.com/expedia-group-tech/graphql-component-architecture-principles-homeaway-ede8a58d6fde).
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cover": "nyc npm test"
1919
},
2020
"author": "Trevor Livingston <[email protected]>",
21-
"repository": "https://github.com/tlivings/graphql-component",
21+
"repository": "https://github.com/ExpediaGroup/graphql-component",
2222
"license": "MIT",
2323
"dependencies": {
2424
"cuid": "^2.1.6",

0 commit comments

Comments
 (0)