Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jun 29, 2017
1 parent 1225508 commit e3c4255
Show file tree
Hide file tree
Showing 24 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "1.0.5",
"version": "1.0.6",
"lerna": "2.0.0-rc.5",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/babel",
"version": "1.0.0",
"version": "1.0.6",
"description": "Babel plugin for Taskr",
"repository": "lukeed/taskr",
"main": "index.js",
Expand Down Expand Up @@ -29,9 +29,9 @@
"read-pkg-up": "^2.0.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"@taskr/clear": "^1.0.6",
"babel-preset-es2015": "^6.3.0",
"taskr": "^1.0.0"
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/browserify/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/browserify",
"version": "1.0.0",
"version": "1.0.6",
"description": "Browserify plugin for Taskr.",
"repository": "lukeed/taskr",
"main": "index.js",
Expand All @@ -25,10 +25,10 @@
"browserify": "^14.4.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"@taskr/clear": "^1.0.6",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"taskr": "^1.0.0"
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/buble/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/buble",
"version": "1.0.0",
"version": "1.0.6",
"description": "Bublé plugin for Taskr.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -25,8 +25,8 @@
"buble": "^0.15.2"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/clear/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/clear",
"version": "1.0.0",
"version": "1.0.6",
"description": "Remove one or multiple directories",
"repository": "lukeed/taskr",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"rimraf": "^2.5.4"
},
"devDependencies": {
"taskr": "^1.0.0"
"taskr": "^1.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/coffee/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/coffee",
"version": "1.0.0",
"version": "1.0.6",
"description": "CoffeeScript plugin for Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"coffee-script": "^1.12.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/concat/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/concat",
"version": "1.0.0",
"version": "1.0.6",
"description": "Concatenate files with optional source maps.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"concat-with-sourcemaps": "^1.0.4"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/flatten/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/flatten",
"version": "1.0.0",
"version": "1.0.6",
"description": "Flatten all source files to a specified maximum of sub-directories.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -23,8 +23,8 @@
"url": "https://lukeed.com"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/gzip/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/gzip",
"version": "1.0.0",
"version": "1.0.6",
"description": "Gzip plugin for Taskr.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -24,8 +24,8 @@
"url": "https://lukeed.com"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/htmlmin/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/htmlmin",
"version": "1.0.0",
"version": "1.0.6",
"description": "Minify HTML with Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand Down Expand Up @@ -30,8 +30,8 @@
"html-minifier": "^3.5.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/jest",
"version": "1.0.0",
"version": "1.0.6",
"description": "Jest plugin for Taskr",
"repository": "lukeed/taskr",
"main": "index.js",
Expand All @@ -25,7 +25,7 @@
"jest-cli": "^20.0.0"
},
"devDependencies": {
"taskr": "^1.0.0"
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/less/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/less",
"version": "1.0.0",
"version": "1.0.6",
"description": "Compile LESS to CSS with Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"less": "^2.7.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/postcss/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/postcss",
"version": "1.0.0",
"version": "1.0.6",
"description": "PostCSS plugin for Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
"postcss": "^6.0.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"@taskr/clear": "^1.0.6",
"autoprefixer": "^6.5.0",
"postcss-scss": "^1.0.0",
"taskr": "^1.0.0"
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/prettier/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/prettier",
"version": "1.0.0",
"version": "1.0.6",
"description": "Prettier plugin for Taskr",
"repository": "lukeed/taskr",
"main": "index.js",
Expand All @@ -26,8 +26,8 @@
"prettier": "^1.4.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/rev/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/rev",
"version": "1.0.0",
"version": "1.0.6",
"description": "Append a unique hash to filename. Optionally create a manifest mapping. Optionally rewrite references to updated filenames.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand Down Expand Up @@ -41,8 +41,8 @@
"sort-keys": "^2.0.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/sass/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/sass",
"version": "1.0.0",
"version": "1.0.6",
"description": "Compile SASS with `node-sass` and Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -26,8 +26,8 @@
"node-sass": "^4.5.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/shell/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/shell",
"version": "1.0.0",
"version": "1.0.6",
"description": "Execute shell commands with Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
"execa": "^0.7.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylus/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/stylus",
"version": "1.0.0",
"version": "1.0.6",
"description": "Compile Stylus to CSS with Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand Down Expand Up @@ -28,8 +28,8 @@
"stylus": "^0.54.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/taskr/package.json
@@ -1,6 +1,6 @@
{
"name": "taskr",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generator & Coroutine-based task runner. Fasten your seatbelt.",
"homepage": "https://github.com/lukeed/taskr",
"repository": "lukeed/taskr",
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/typescript",
"version": "1.0.0",
"version": "1.0.6",
"description": "Compile Typescript with Taskr.",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -17,8 +17,8 @@
"typescript": "^2.3.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/uglify/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/uglify",
"version": "1.0.0",
"version": "1.0.6",
"description": "Uglify plugin for Taskr",
"repository": "lukeed/taskr",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"uglify-js": "^2.8.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/unflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@taskr/unflow",
"version": "1.0.0",
"version": "1.0.6",
"description": "Removes Flow type annotations with Taskr",
"repository": "lukeed/taskr",
"main": "index.js",
Expand Down Expand Up @@ -28,8 +28,8 @@
"flow-remove-types": "^1.2.0"
},
"devDependencies": {
"@taskr/clear": "^1.0.0",
"taskr": "^1.0.0"
"@taskr/clear": "^1.0.6",
"taskr": "^1.0.6"
},
"engines": {
"node": ">= 4.6"
Expand Down

0 comments on commit e3c4255

Please sign in to comment.