Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from siemensikkema/master
Browse files Browse the repository at this point in the history
Fix package url
  • Loading branch information
harlanhaskins committed Nov 29, 2016
2 parents ae85494 + fba4b1d commit 0f80642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import PackageDescription

let package = Package(
name: "Punctual",
dependencies: [
.Package(url: "https://github.com/typelift/SwiftCheck.git", versions: Version(0,6,0)..<Version(1,0,0))
]
name: "Punctual"
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Punctual is available through the [Swift Package Manager](https://github.com/app
Just add this as a dependency in your `Package.swift`:

```
.Package(url: "https://github.com/harlanhaskins/Punctual.git", majorVersion: 1)
.Package(url: "https://github.com/harlanhaskins/Punctual.swift.git", majorVersion: 1)
```


Expand Down

0 comments on commit 0f80642

Please sign in to comment.