Skip to content

Commit 386291a

Browse files
author
Jay Herron
committed
Adds gitignore and updates readme
1 parent 7ad7e0d commit 386291a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.DS_Store
2+
3+
### SwiftPM ###
4+
.build/
5+
.swiftpm/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import PackageDescription
2323

2424
let package = Package(
2525
dependencies: [
26-
.Package(url: "https://github.com/GraphQLSwift/Graphiti.git", .upToNextMinor(from: "0.20.1")),
26+
.Package(url: "https://github.com/GraphQLSwift/GraphQLRxSwift.git", .upToNextMinor(from: "0.0.1")),
2727
]
2828
)
2929
```

0 commit comments

Comments
 (0)