Skip to content

Commit

Permalink
fix: rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 242c056 commit 37ca4cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ anycli
anycli: create your own CLI

[![Version](https://img.shields.io/npm/v/anycli.svg)](https://npmjs.org/package/anycli)
[![CircleCI](https://circleci.com/gh/anycli/anycli/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/anycli/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/anycli?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/anycli/branch/master)
[![Codecov](https://codecov.io/gh/anycli/anycli/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/anycli)
[![Greenkeeper](https://badges.greenkeeper.io/anycli/anycli.svg)](https://greenkeeper.io/)
[![CircleCI](https://circleci.com/gh/anycli/cli/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/cli/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/cli?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/anycli/branch/master)
[![Codecov](https://codecov.io/gh/anycli/cli/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/cli)
[![Greenkeeper](https://badges.greenkeeper.io/anycli/cli.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/anycli/badge.svg)](https://snyk.io/test/npm/anycli)
[![Downloads/week](https://img.shields.io/npm/dw/anycli.svg)](https://npmjs.org/package/anycli)
[![License](https://img.shields.io/npm/l/anycli.svg)](https://github.com/anycli/anycli/blob/master/package.json)
[![License](https://img.shields.io/npm/l/anycli.svg)](https://github.com/anycli/cli/blob/master/package.json)

Useful Repos
------------
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bin": {
"anycli": "bin/run"
},
"bugs": "https://github.com/anycli/anycli/issues",
"bugs": "https://github.com/anycli/cli/issues",
"dependencies": {
"@anycli/command": "^0.3.3",
"@anycli/config": "^0.2.11",
Expand Down Expand Up @@ -61,13 +61,13 @@
"/lib",
"/templates"
],
"homepage": "https://github.com/anycli/anycli",
"homepage": "https://github.com/anycli/cli",
"keywords": [
"anycli"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "anycli/anycli",
"repository": "anycli/cli",
"scripts": {
"commitmsg": "commitlint -x @commitlint/config-conventional -e $GIT_PARAMS",
"precommit": "nps lint -l warn",
Expand Down

0 comments on commit 37ca4cc

Please sign in to comment.