Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ygor/file@5.4.1
 - @ygor/files@6.0.1
 - ygor@6.0.1
  • Loading branch information
shannonmoeller committed Apr 2, 2018
1 parent df372ed commit e38a887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.4.0",
"version": "5.4.1",
"description": "A transformable file object.",
"keywords": [
"ygor",
Expand Down
4 changes: 2 additions & 2 deletions packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ygor/files",
"version": "6.0.0",
"version": "6.0.1",
"description": "A bulk file transformer.",
"keywords": [
"ygor",
Expand All @@ -18,7 +18,7 @@
"*.md"
],
"dependencies": {
"@ygor/file": "^5.4.0",
"@ygor/file": "^5.4.1",
"@ygor/list": "^5.4.1",
"fast-glob": "^2.2.0",
"glob-parent": "^3.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/ygor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ygor",
"version": "6.0.0",
"version": "6.0.1",
"description": "For when 'npm run' isn't enough and everything else is too much.",
"keywords": [
"broccoli",
Expand Down Expand Up @@ -29,8 +29,8 @@
"*.md"
],
"dependencies": {
"@ygor/file": "^5.4.0",
"@ygor/files": "^6.0.0",
"@ygor/file": "^5.4.1",
"@ygor/files": "^6.0.1",
"@ygor/list": "^5.4.1",
"@ygor/shell": "^5.4.1",
"@ygor/tasks": "^5.4.1"
Expand Down

0 comments on commit e38a887

Please sign in to comment.