8000 feat: oclif v1.9.0 · oclif/example-single-ts@15609b7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 15609b7

Browse files
committed
feat: oclif v1.9.0
# [1.9.0](oclif/oclif@v1.8.6...v1.9.0) (2018-07-09) ### Features * make circleci optional ([#137](oclif/oclif#137)) ([259d304](oclif/oclif@259d304))
1 parent 11c4085 commit 15609b7

File tree

4 files changed

+11
-102
lines changed

4 files changed

+11
-102
lines changed

.circleci/config.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.circleci/greenkeeper

Lines changed: 0 additions & 25 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ example single command CLI built with dxcli
55

66
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
77
[![Version](https://img.shields.io/npm/v/@oclif/example-single-ts.svg)](https://npmjs.org/package/@oclif/example-single-ts)
8-
[![CircleCI](https://circleci.com/gh/oclif/example-single-ts/tree/master.svg?style=shield)](https://circleci.com/gh/oclif/example-single-ts/tree/master)
8+
99
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/oclif/example-single-ts?branch=master&svg=true)](https://ci.appveyor.com/project/oclif/example-single-ts/branch/master)
1010
[![Codecov](https://codecov.io/gh/oclif/example-single-ts/branch/master/graph/badge.svg)](https://codecov.io/gh/oclif/example-single-ts)
1111
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/example-single-ts.svg)](https://npmjs.org/package/@oclif/example-single-ts)

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
"@types/node" "*"
158158

159159
"@types/node@*", "@types/node@^10", "@types/node@^10.3.3":
160-
version "10.5.1"
161-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.1.tgz#d578446f4abff5c0b49ade9b4e5274f6badaadfc"
160+
version "10.5.2"
161+
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.2.tgz#f19f05314d5421fe37e74153254201a7bf00a707"
162162

163163
"@types/sinon@^5.0.1":
164164
version "5.0.1"
@@ -720,8 +720,8 @@ he@1.1.1:
720720
resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd"
721721

722722
hosted-git-info@^2.1.4:
723-
version "2.6.1"
724-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.6.1.tgz#6e4cee78b01bb849dcf93527708c69fdbee410df"
723+
version "2.7.1"
724+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
725725

726726
imurmurhash@^0.1.4:
727727
version "0.1.4"
@@ -872,9 +872,9 @@ istanbul-lib-coverage@^1.1.2, istanbul-lib-coverage@^1.2.0:
872872
version "1.2.0"
873873
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.0.tgz#f7d8f2e42b97e37fe796114cb0f9d68b5e3a4341"
874874

875-
istanbul-lib-coverage@^2.0.0:
876-
version "2.0.0"
877-
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.0.tgz#905e71212052ffb34f2eb008102230bff03940b5"
875+
istanbul-lib-coverage@^2.0.1:
876+
version "2.0.1"
877+
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#2aee0e073ad8c5f6a0b00e0dfbf52b4667472eda"
878878

879879
istanbul-lib-hook@^1.1.0:
880880
version "1.1.0"
@@ -883,15 +883,15 @@ istanbul-lib-hook@^1.1.0:
883883
append-transform "^0.4.0"
884884

885885
istanbul-lib-instrument@^2.1.0:
886-
version "2.3.0"
887-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-2.3.0.tgz#777d3ba7aad2594105e60834efcbe968d11bebbc"
886+
version "2.3.1"
887+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-2.3.1.tgz#406406730a395acb2e50f0d98137ace16bd4a970"
888888
dependencies:
889889
"@babel/generator" "7.0.0-beta.51"
890890
"@babel/parser" "7.0.0-beta.51"
891891
"@babel/template" "7.0.0-beta.51"
892892
"@babel/traverse" "7.0.0-beta.51"
893893
"@babel/types" "7.0.0-beta.51"
894-
istanbul-lib-coverage "^2.0.0"
894+
istanbul-lib-coverage "^2.0.1"
895895
semver "^5.5.0"
896896

897897
istanbul-lib-report@^1.1.3:

0 commit comments

Comments
 (0)
0