Skip to content

Commit

Permalink
upgrade workflow; bump 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyong committed Feb 12, 2018
1 parent 6cb9d41 commit 73f4114
Show file tree
Hide file tree
Showing 8 changed files with 912 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

coir.edn -diff linguist-generated
calcit.edn -diff linguist-generated
yarn.lock -diff
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Shell Page (generator)
### Usage

```edn
[mvc-works/shell-page "0.1.6"]
[mvc-works/shell-page "0.1.7"]
```

```clojure
Expand Down
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

(set-env!
:resource-paths #{"src"}
:dependencies '[[respo "0.7.0-a1"]]
:dependencies '[]
:repositories #(conj % ["clojars" {:url "https://clojars.org/repo/"
:username "jiyinyiyong"
:password (read-password "Clojars password: ")}]))

(def +version+ "0.1.6")
(def +version+ "0.1.7")

(deftask deploy []
(comp
Expand Down
886 changes: 886 additions & 0 deletions calcit.edn

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion coir.edn

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"html": "yarn compile && node target/main.js"
},
"devDependencies": {
"http-server": "^0.10.0",
"shadow-cljs": "^2.0.62"
"http-server": "^0.11.1",
"shadow-cljs": "^2.1.6"
},
"dependencies": {}
}
3 changes: 2 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

{:source-paths ["src/"]
:dependencies [[respo "0.7.0-a1"]]
:dependencies [[respo "0.8.15"]
[mvc-works/verbosely "0.1.2"]]
:builds {:render {:target :node-script
:output-to "target/main.js"
:main shell-page.main/main!
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -722,12 +722,12 @@ domain-browser@^1.1.1:
version "1.1.7"
resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.1.7.tgz#867aa4b093faa05f1de08c06f4d7b21fdf8698bc"

ecstatic@^2.0.0:
version "2.2.1"
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-2.2.1.tgz#b5087fad439dd9dd49d31e18131454817fe87769"
ecstatic@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ecstatic/-/ecstatic-3.2.0.tgz#1b1aee1ca7c6b99cfb5cf6c9b26b481b90c4409f"
dependencies:
he "^1.1.1"
mime "^1.2.11"
mime "^1.4.1"
minimist "^1.1.0"
url-join "^2.0.2"

Expand Down Expand Up @@ -826,13 +826,13 @@ http-proxy@^1.8.1:
eventemitter3 "1.x.x"
requires-port "1.x.x"

http-server@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.10.0.tgz#b2a446b16a9db87ed3c622ba9beb1b085b1234a7"
http-server@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/http-server/-/http-server-0.11.1.tgz#2302a56a6ffef7f9abea0147d838a5e9b6b6a79b"
dependencies:
colors "1.0.3"
corser "~2.0.0"
ecstatic "^2.0.0"
ecstatic "^3.0.0"
http-proxy "^1.8.1"
opener "~1.4.0"
optimist "0.6.x"
Expand Down Expand Up @@ -915,9 +915,9 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"

mime@^1.2.11:
version "1.3.6"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.6.tgz#591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0"
mime@^1.4.1:
version "1.6.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"

minimalistic-assert@^1.0.0:
version "1.0.0"
Expand Down Expand Up @@ -1184,20 +1184,20 @@ sha.js@^2.4.0, sha.js@^2.4.8:
inherits "^2.0.1"
safe-buffer "^5.0.1"

shadow-cljs-jar@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/shadow-cljs-jar/-/shadow-cljs-jar-0.10.0.tgz#9895e6e5ccfde1c7b673737b1dfd9149194b644f"
shadow-cljs-jar@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/shadow-cljs-jar/-/shadow-cljs-jar-1.1.1.tgz#5d74383f5aff8fba25a5d00ee3c3ad035a1bd7a3"

shadow-cljs@^2.0.62:
version "2.0.63"
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.0.63.tgz#a91fe9eaaaf94a97c70ed7e1117205426e3f0438"
shadow-cljs@^2.1.6:
version "2.1.6"
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.1.6.tgz#6e70a15342f1b29ef730410e191ed10b84318300"
dependencies:
babel-core "^6.26.0"
babel-preset-env "^1.6.0"
mkdirp "^0.5.1"
node-libs-browser "^2.0.0"
readline-sync "^1.4.7"
shadow-cljs-jar "^0.10.0"
shadow-cljs-jar "1.1.1"
signal-exit "^3.0.2"
source-map-support "^0.4.15"
ws "^3.0.0"
Expand Down

0 comments on commit 73f4114

Please sign in to comment.