Skip to content

Commit

Permalink
Files modified: 1
Browse files Browse the repository at this point in the history

Modified 1 file:
Package.swift
  • Loading branch information
eonist committed Feb 1, 2017
1 parent bba9699 commit 3d789f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import PackageDescription

let package = Package(
name: "Element",
exclude: ["README.md"],
dependencies: []
dependencies: [],
exclude: ["README.md"]
)

0 comments on commit 3d789f5

Please sign in to comment.