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

Commit

Permalink
Merge pull request #20 from nodes-vapor/feature/add-library
Browse files Browse the repository at this point in the history
Add library to products
  • Loading branch information
steffendsommer authored Jan 15, 2018
2 parents 12937c5 + e4d7bad commit b510bcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import PackageDescription

let package = Package(
name: "Stacked",
products: [
.library(name: "Stacked", targets: ["Stacked"])
],
dependencies: [
.package(url: "https://github.com/nodes-vapor/cstack.git", .upToNextMajor(from: "1.0.0")),
],
Expand Down

0 comments on commit b510bcb

Please sign in to comment.