npm: update package.json version
also remove circle.yml
This commit is contained in:
parent
e07d7d6aad
commit
ed1c9944f6
2 changed files with 1 additions and 18 deletions
17
circle.yml
17
circle.yml
|
|
@ -1,17 +0,0 @@
|
|||
machine:
|
||||
java:
|
||||
version: oraclejdk8
|
||||
environment:
|
||||
_JAVA_OPTIONS: "-Xms512m -Xmx2048m"
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
- wget https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh
|
||||
- mv boot.sh boot && chmod a+x boot && sudo mv boot /usr/local/bin
|
||||
|
||||
test:
|
||||
override:
|
||||
- boot test
|
||||
- boot test-cljs
|
||||
- boot test-cljs-advanced
|
||||
- lein do clean, test2junit
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@tolitius/mount",
|
||||
"version": "0.1.12",
|
||||
"version": "0.1.14",
|
||||
"license": "EPL-1.0",
|
||||
"homepage": "https://github.com/tolitius/mount",
|
||||
"repository": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue