From 81e7c0e21dae293bb89a2085f88fe766f7196ad2 Mon Sep 17 00:00:00 2001 From: Dylan Butman Date: Fri, 31 Jul 2015 12:03:04 -0400 Subject: [PATCH] rm project --- project.clj | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 project.clj diff --git a/project.clj b/project.clj deleted file mode 100644 index ec23c11..0000000 --- a/project.clj +++ /dev/null @@ -1,18 +0,0 @@ -(defproject bardo "0.1.0" - :description "A clojure(script) library to assist with transitions between dimensions" - :url "https://github.com/pleasetrythisathome/bardo" - :license {:name "Eclipse Public License - v 1.0" - :url "http://www.eclipse.org/legal/epl-v10.html" - :distribution :repo} - - :resource-paths ["target/src/cljs"] - - :jar-exclusions [#"\.cljx|\.swp|\.swo|\.DS_Store"] - - :dependencies [[org.clojure/clojure "1.7.0"] - [org.clojure/clojurescript "0.0-2342"] - [org.clojure/core.async "0.1.338.0-5c5012-alpha"] - [org.clojure/core.match "0.3.0-alpha4"] - [clj-time "0.8.0"] - [com.andrewmcveigh/cljs-time "0.1.1"]] - )