Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Remove extraneous dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
owensd committed May 29, 2017
1 parent 506e9ec commit d8190ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "LanguageServerProtocol",
targets: [
Target(name: "LanguageServerProtocol", dependencies: []),
Target(name: "LanguageServerProtocol"),
Target(name: "JsonRpcProtocol", dependencies: ["LanguageServerProtocol"])
],
dependencies: [
Expand Down

0 comments on commit d8190ed

Please sign in to comment.