Skip to content

Commit

Permalink
upgrade deps; alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenYong committed Mar 9, 2020
1 parent d35506b commit bd94939
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Read stylesheets: [style.cljs](https://github.com/Respo/respo-ui/blob/master/src
[![Clojars Project](https://img.shields.io/clojars/v/respo/ui.svg)](https://clojars.org/respo/ui)

```clojure
[respo/ui "0.3.13"]
[respo/ui "0.3.14-a2"]
```

```clojure
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"http-server": "^0.12.0",
"shadow-cljs": "^2.8.83"
"http-server": "^0.12.1",
"shadow-cljs": "^2.8.91"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.3.14-a1"
{:version "0.3.14-a2"
:group-id "respo"
:artifact-id "ui"
:description "Tiny collection of styles used in Respo"
Expand Down
4 changes: 0 additions & 4 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
[cumulo/util "0.1.10"]
[org.clojure/core.incubator "0.1.4"]
]
:repositories {
"central" {:url "https://maven.aliyun.com/nexus/content/groups/public/"}
"clojars" {:url "https://mirrors.ustc.edu.cn/clojars/"}
}
:open-file-command [
"subl"
["%s:%s:%s" :file :line :column]
Expand Down
50 changes: 25 additions & 25 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd94939

Please sign in to comment.