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

Commit

Permalink
fix cljs id, revert branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
sm47916 committed May 8, 2022
1 parent 808799e commit 4a3e138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ workflows:
- test
filters:
branches:
only: fix_deployment
only: master
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(:require [clojure.tools.build.api :as b]
[deps-deploy.deps-deploy :as dd]))

(def lib 'district0x/cljs-web3-next) ; ends up as <group-id>/<artifact-id> in pom.xml
(def lib 'io.github.district0x/cljs-web3-next) ; ends up as <group-id>/<artifact-id> in pom.xml
(def version "0.2.0")
(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
Expand Down

0 comments on commit 4a3e138

Please sign in to comment.