Skip to content

Commit

Permalink
v5.0.0-4
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Dec 18, 2017
1 parent eacad35 commit be7c55e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.4.0",
"version": "5.0.0-3",
"version": "5.0.0-4",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"precommit": "run-s lint test build && git add .",
"pretest": "run-s lint",
"publish": "run-s precommit && lerna publish",
"publish-beta": "run-s precommit && lerna publish --npm-tag beta",
"publish-beta": "run-s precommit && lerna publish --npm-tag=beta",
"postinstall": "lerna bootstrap"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/file",
"version": "5.0.0-3",
"version": "5.0.0-4",
"description": "A virtual file object.",
"keywords": [
"ygor",
Expand Down
6 changes: 3 additions & 3 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/files",
"version": "5.0.0-3",
"version": "5.0.0-4",
"description": "A bulk file editor.",
"keywords": [
"ygor",
Expand All @@ -19,8 +19,8 @@
"access": "public"
},
"dependencies": {
"@ygor/file": "^5.0.0-3",
"@ygor/list": "^5.0.0-3",
"@ygor/file": "^5.0.0-4",
"@ygor/list": "^5.0.0-4",
"glob-parent": "^3.1.0",
"globby": "^7.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/list",
"version": "5.0.0-3",
"version": "5.0.0-4",
"description": "A virtual list object.",
"keywords": [
"ygor",
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/tasks",
"version": "5.0.0-3",
"version": "5.0.0-4",
"description": "Task runner.",
"keywords": [
"broccoli",
Expand Down
8 changes: 4 additions & 4 deletions packages/ygor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ygor",
"version": "5.0.0-3",
"version": "5.0.0-4",
"description": "For when 'npm run' isn't enough and everything else is too much.",
"keywords": [
"broccoli",
Expand All @@ -27,9 +27,9 @@
"dist"
],
"dependencies": {
"@ygor/file": "^5.0.0-3",
"@ygor/files": "^5.0.0-3",
"@ygor/tasks": "^5.0.0-3",
"@ygor/file": "^5.0.0-4",
"@ygor/files": "^5.0.0-4",
"@ygor/tasks": "^5.0.0-4",
"execa": "^0.8.0"
},
"engines": {
Expand Down

0 comments on commit be7c55e

Please sign in to comment.