From 625adc066f10bd9fdf26bc08200aaa01496f097d Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Wed, 5 Sep 2018 10:59:32 -0700 Subject: [PATCH] chore: Remove unimplemented command stubs --- commands/remove/CHANGELOG.md | 9 --------- commands/remove/README.md | 8 -------- commands/remove/command.js | 1 - commands/remove/package.json | 34 ---------------------------------- commands/upgrade/CHANGELOG.md | 9 --------- commands/upgrade/README.md | 8 -------- commands/upgrade/command.js | 1 - commands/upgrade/package.json | 34 ---------------------------------- 8 files changed, 104 deletions(-) delete mode 100644 commands/remove/CHANGELOG.md delete mode 100644 commands/remove/README.md delete mode 100644 commands/remove/command.js delete mode 100644 commands/remove/package.json delete mode 100644 commands/upgrade/CHANGELOG.md delete mode 100644 commands/upgrade/README.md delete mode 100644 commands/upgrade/command.js delete mode 100644 commands/upgrade/package.json diff --git a/commands/remove/CHANGELOG.md b/commands/remove/CHANGELOG.md deleted file mode 100644 index e6a818afc2..0000000000 --- a/commands/remove/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - - -# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10) - -**Note:** Version bump only for package @lerna/remove diff --git a/commands/remove/README.md b/commands/remove/README.md deleted file mode 100644 index a69dba9b5c..0000000000 --- a/commands/remove/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# `@lerna/remove` - -> description TODO - -## Usage - -TODO - diff --git a/commands/remove/command.js b/commands/remove/command.js deleted file mode 100644 index 3918c74e44..0000000000 --- a/commands/remove/command.js +++ /dev/null @@ -1 +0,0 @@ -"use strict"; diff --git a/commands/remove/package.json b/commands/remove/package.json deleted file mode 100644 index 339495045b..0000000000 --- a/commands/remove/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@lerna/remove", - "version": "3.0.0", - "private": true, - "description": "TODO", - "keywords": [ - "lerna", - "command" - ], - "homepage": "https://github.com/lerna/lerna", - "license": "MIT", - "author": { - "name": "Daniel Stockman", - "url": "https://github.com/evocateur" - }, - "files": [ - "command.js", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">= 6.9.0" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/lerna/lerna.git" - }, - "scripts": { - "test": "echo \"Run tests from root\" && exit 1" - } -} diff --git a/commands/upgrade/CHANGELOG.md b/commands/upgrade/CHANGELOG.md deleted file mode 100644 index 84d2406531..0000000000 --- a/commands/upgrade/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - - -# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0) (2018-08-10) - -**Note:** Version bump only for package @lerna/upgrade diff --git a/commands/upgrade/README.md b/commands/upgrade/README.md deleted file mode 100644 index d349ea1705..0000000000 --- a/commands/upgrade/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# `@lerna/upgrade` - -> description TODO - -## Usage - -TODO - diff --git a/commands/upgrade/command.js b/commands/upgrade/command.js deleted file mode 100644 index 3918c74e44..0000000000 --- a/commands/upgrade/command.js +++ /dev/null @@ -1 +0,0 @@ -"use strict"; diff --git a/commands/upgrade/package.json b/commands/upgrade/package.json deleted file mode 100644 index dc415f552e..0000000000 --- a/commands/upgrade/package.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "@lerna/upgrade", - "version": "3.0.0", - "private": true, - "description": "TODO", - "keywords": [ - "lerna", - "command" - ], - "homepage": "https://github.com/lerna/lerna", - "license": "MIT", - "author": { - "name": "Daniel Stockman", - "url": "https://github.com/evocateur" - }, - "files": [ - "command.js", - "index.js" - ], - "main": "index.js", - "engines": { - "node": ">= 6.9.0" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/lerna/lerna.git" - }, - "scripts": { - "test": "echo \"Run tests from root\" && exit 1" - } -}