Skip to content

Commit

Permalink
fix: rename to plugin-
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 2, 2018
1 parent 72ca121 commit f111bcb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

workflows:
version: 2
"@anycli/version-plugin":
"@anycli/plugin-version":
jobs:
- node-latest
- node-8
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@anycli/version-plugin
@anycli/plugin-version
======================

a anycli command that just shows the CLI version

[![Version](https://img.shields.io/npm/v/@anycli/version-plugin.svg)](https://npmjs.org/package/@anycli/version-plugin)
[![CircleCI](https://circleci.com/gh/anycli/version-plugin/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/version-plugin/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/version-plugin?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/version-plugin/branch/master)
[![Codecov](https://codecov.io/gh/anycli/version-plugin/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/version-plugin)
[![Greenkeeper](https://badges.greenkeeper.io/anycli/version-plugin.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@anycli/version-plugin/badge.svg)](https://snyk.io/test/npm/@anycli/version-plugin)
[![Downloads/week](https://img.shields.io/npm/dw/@anycli/version-plugin.svg)](https://npmjs.org/package/@anycli/version-plugin)
[![License](https://img.shields.io/npm/l/@anycli/version-plugin.svg)](https://github.com/anycli/version-plugin/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/@anycli/plugin-version.svg)](https://npmjs.org/package/@anycli/plugin-version)
[![CircleCI](https://circleci.com/gh/anycli/plugin-version/tree/master.svg?style=svg)](https://circleci.com/gh/anycli/plugin-version/tree/master)
[![Appveyor CI](https://ci.appveyor.com/api/projects/status/github/anycli/plugin-version?branch=master&svg=true)](https://ci.appveyor.com/project/heroku/plugin-version/branch/master)
[![Codecov](https://codecov.io/gh/anycli/plugin-version/branch/master/graph/badge.svg)](https://codecov.io/gh/anycli/plugin-version)
[![Greenkeeper](https://badges.greenkeeper.io/anycli/plugin-version.svg)](https://greenkeeper.io/)
[![Known Vulnerabilities](https://snyk.io/test/npm/@anycli/plugin-version/badge.svg)](https://snyk.io/test/npm/@anycli/plugin-version)
[![Downloads/week](https://img.shields.io/npm/dw/@anycli/plugin-version.svg)](https://npmjs.org/package/@anycli/plugin-version)
[![License](https://img.shields.io/npm/l/@anycli/plugin-version.svg)](https://github.com/anycli/plugin-version/blob/master/package.json)
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@anycli/version-plugin",
"name": "@anycli/plugin-version",
"description": "a anycli command that just shows the CLI version",
"version": "0.1.19",
"author": "Jeff Dickey @jdxcode",
Expand All @@ -9,14 +9,14 @@
"init": "./lib/hooks/init"
}
},
"bugs": "https://github.com/anycli/version-plugin/issues",
"bugs": "https://github.com/anycli/plugin-version/issues",
"dependencies": {
"@anycli/command": "^0.3.4",
"cli-ux": "^3.3.12"
},
"devDependencies": {
"@anycli/config": "^0.2.11",
"@anycli/engine": "^0.1.44",
"@anycli/engine": "^0.1.45",
"@anycli/test": "^0.10.2",
"@anycli/tslint": "^0.2.2",
"@types/chai": "^4.1.2",
Expand All @@ -40,13 +40,13 @@
"files": [
"/lib"
],
"homepage": "https://github.com/anycli/version-plugin",
"homepage": "https://github.com/anycli/plugin-version",
"keywords": [
"anycli-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "anycli/version-plugin",
"repository": "anycli/plugin-version",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
lodash "^4.17.4"
read-pkg "^3.0.0"

"@anycli/engine@^0.1.44":
version "0.1.44"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.44.tgz#fe0cc84aad092b6b2411223baf6a76c6e598675e"
"@anycli/engine@^0.1.45":
version "0.1.45"
resolved "https://registry.yarnpkg.com/@anycli/engine/-/engine-0.1.45.tgz#5fc102c3d3bad895b1b2fe7c628e1b28d7ee5e8b"
dependencies:
"@anycli/manifest-file" "^0.3.8"
cli-ux "^3.3.12"
Expand Down

0 comments on commit f111bcb

Please sign in to comment.