Skip to content

Commit

Permalink
Add string gen
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkerlucio committed Jun 27, 2018
1 parent 7bf7508 commit bfb1312
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 316 deletions.
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject com.wsscode.test-chuck-string-from-regex-cljs "0.1.0-SNAPSHOT"
(defproject com.wsscode.test-chuck-string-from-regex-cljs "0.2.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0-beta1" :scope "provided"]
[org.clojure/clojurescript "1.9.908" :scope "provided"]
[org.clojure/test.check "0.10.0-alpha2" :scope "provided"]
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojurescript "1.10.238" :scope "provided"]
[org.clojure/test.check "0.10.0-alpha3" :scope "provided"]
[com.gfredericks/test.chuck "0.2.8" :scope "provided"]
[instaparse "1.4.8"]])
Loading

0 comments on commit bfb1312

Please sign in to comment.