Skip to content

Commit

Permalink
Adds serverless.date namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dehli committed May 16, 2019
1 parent 4ca659a commit 4df4ebb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>dehli</groupId>
<artifactId>serverless</artifactId>
<version>0.1.1</version>
<version>0.1.2</version>
<name>serverless</name>

<dependencies>
Expand Down
4 changes: 4 additions & 0 deletions src/serverless/date.cljs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(ns serverless.date)

(defn now []
(js-invoke js/Date "now"))

0 comments on commit 4df4ebb

Please sign in to comment.