Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
šŸ“¦ cli, plugin, plugin-env, plugin-input-files, plugin-unpack, reporteā€¦
Browse files Browse the repository at this point in the history
ā€¦r-verbose, plugin-assert, plugin-copy, plugin-find, plugin-find-git-staged, plugin-lib-babel, plugin-lib-codecov, plugin-lib-eslint, plugin-lib-esm-loader, plugin-lib-flow-generate, plugin-lib-flow-check, plugin-lib-istanbul, plugin-lib-jest, plugin-lib-karma, plugin-lib-npm-publish, plugin-lib-npm-version, plugin-lib-postcss, plugin-lib-prettier-eslint, plugin-lib-rollup, plugin-lib-tape, plugin-lib-typescript-check, plugin-lib-typescript-generate, plugin-lib-webpack, plugin-overwrite, plugin-lib-webpack-serve, plugin-parallel, plugin-read, plugin-remove, plugin-rename, plugin-sequence, plugin-spawn, plugin-watch, plugin-write, plugin-xargs: release
  • Loading branch information
Kir Belevich committed Apr 1, 2019
1 parent 6c227b4 commit 7eaa20d
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/cli",
"version": "0.4.0",
"version": "0.5.0",
"description": "ā¬›ļø CLI entry point",
"keywords": "tasks, runner, start, cli",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-assert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-assert",
"version": "0.3.0",
"version": "0.3.1",
"description": "ā“ Node.js assert()",
"keywords": "tasks, runner, start, start-plugin, assert",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-copy",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ‘Æ Copy files to relative destination using streams and keeping folders structure",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-env",
"version": "0.5.0",
"version": "0.5.1",
"description": "šŸ‘” Set environment variable using process.env",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-find-git-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-find-git-staged",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ” Find Git staged files and filter them using glob patterns",
"keywords": "tasks, runner, glob, git, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-find/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-find",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ” Find files using glob patterns",
"keywords": "tasks, runner, glob, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-input-files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-input-files",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ”Œ Inject arguments as files into Start flow files",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-babel",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ­ Transform files using Babel",
"keywords": "tasks, runner, start, start-plugin, babel",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-codecov/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-codecov",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ’Æ Send code coverage report to codecov.io",
"keywords": "tasks, runner, start, start-plugin, coverage, codecov",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-eslint",
"version": "0.4.0",
"version": "0.4.1",
"description": "šŸš· Lint and/or fix code using ESLint",
"keywords": "tasks, runner, start, start-plugin, eslint",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-esm-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-esm-loader",
"version": "0.2.0",
"version": "0.2.1",
"description": "šŸ­ Copy a predefined ESM loader file to a directory",
"keywords": "tasks, runner, start, start-plugin, esm",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-flow-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-flow-check",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸš· Check types using Flow",
"keywords": "tasks, runner, start, start-plugin, flow, flowtype",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-flow-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-flow-generate",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ­ Generate `.js.flow` files using Flow",
"keywords": "tasks, runner, start, start-plugin, flow, flowtype",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-istanbul/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-istanbul",
"version": "0.5.0",
"version": "0.5.1",
"description": "šŸ’Æ Collect, report and check code coverage using Istanbul",
"keywords": "tasks, runner, start, start-plugin, coverage, istanbul",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-jest",
"version": "0.4.0",
"version": "0.4.1",
"description": "āœ… Run tests using Jest",
"keywords": "tasks, runner, start, start-plugin, jest",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-karma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-karma",
"version": "0.3.0",
"version": "0.3.1",
"description": "āœ… Run tests using Karma",
"keywords": "tasks, runner, start, start-plugin, karma",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-npm-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-npm-publish",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ“¦ Publish package to NPM",
"keywords": "tasks, runner, start, start-plugin, npm",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-npm-version/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-npm-version",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ”¢ Bump package version",
"keywords": "tasks, runner, start, start-plugin, npm",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-postcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-postcss",
"version": "0.2.0",
"version": "0.2.1",
"description": "šŸ­ Transform files using PostCSS",
"keywords": "tasks, runner, start, start-plugin, postcss",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-prettier-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-prettier-eslint",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸš· Fix code(style) using Prettier + ESLint",
"keywords": "tasks, runner, start, start-plugin, prettier, eslint",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-rollup",
"version": "0.2.0",
"version": "0.2.1",
"description": "šŸ­ Bundle files using Rollup",
"keywords": "tasks, runner, start, start-plugin, rollup",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-tape/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-tape",
"version": "0.3.0",
"version": "0.3.1",
"description": "āœ… Run tests using Tape",
"keywords": "tasks, runner, start, start-plugin, tap",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-typescript-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-typescript-check",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸš· Check types using TypeScript",
"keywords": "tasks, runner, start, start-plugin, typescript",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-typescript-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-typescript-generate",
"version": "0.4.0",
"version": "0.4.1",
"description": "šŸ­ Generate `.d.ts` files using TypeScript",
"keywords": "tasks, runner, start, start-plugin, typescript",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-webpack-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-webpack-serve",
"version": "0.4.0",
"version": "0.4.1",
"description": "šŸ­ Run Webpack development server",
"keywords": "tasks, runner, start, start-plugin, webpack",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lib-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-lib-webpack",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ­ Bundle files using Webpack",
"keywords": "tasks, runner, start, start-plugin, webpack",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-overwrite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-overwrite",
"version": "0.3.0",
"version": "0.3.1",
"description": "āœļø Overwrite files",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-parallel",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ”€ Run tasks as parallel child processes with same agruments",
"keywords": "tasks, runner, start, start-plugin, parallelism, parallel",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-read/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-read",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ“– Read files content",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-remove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-remove",
"version": "0.3.0",
"version": "0.3.1",
"description": "āŒ Remove files or directories",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rename/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-rename",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ”  Rename files",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-sequence",
"version": "0.3.1",
"version": "0.3.2",
"description": "ā© Run plugins in sequence",
"keywords": "tasks, runner, start, start-plugin, sequence",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-spawn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-spawn",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ£ Spawn new child process",
"keywords": "tasks, runner, start, start-plugin, spawn",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-unpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-unpack",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ—œ Unpack .tar/.tar.bz2/.tar.gz/.zip archives",
"keywords": "tasks, runner, start, start-plugin, unpack, tar, tarbz2, targz, zip",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-watch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-watch",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ‘€ Watch for new or changed files matched by glob patterns",
"keywords": "tasks, runner, start, start-plugin, watch",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-write/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-write",
"version": "0.3.0",
"version": "0.3.1",
"description": "āœļø Write files with source maps to relative destination keeping folders structure",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-xargs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin-xargs",
"version": "0.3.0",
"version": "0.3.1",
"description": "šŸ”‚ Run task as parallel child process for each argument",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/plugin",
"version": "0.3.0",
"version": "0.3.1",
"description": "āš™ļø Plugin creator",
"keywords": "tasks, runner, start, start-plugin",
"repository": "deepsweet/start",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter-verbose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@start/reporter-verbose",
"version": "0.2.0",
"version": "0.2.1",
"description": "šŸ“ƒ Verbose reporter",
"keywords": "tasks, runner, start, start-reporter",
"repository": "deepsweet/start",
Expand Down

0 comments on commit 7eaa20d

Please sign in to comment.