Skip to content

Commit

Permalink
Add nonempty Package.swift and a .gitignore for Swift Package Manager…
Browse files Browse the repository at this point in the history
… junk.
  • Loading branch information
nolanw committed Aug 13, 2016
1 parent 426e836 commit a48a77e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
/.build
/Packages
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Pass updated html5lib-tests.
* Update return type of `-[HTMLNode textComponents]` to an array of `NSString`.
* Add a nonempty `Package.swift` as now required by Swift Package Manager.

# [1.0][] – 2016-07-02

Expand Down
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "HTMLReader"
)

0 comments on commit a48a77e

Please sign in to comment.