Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 1, 2018
1 parent ccae58d commit ddbfa58
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nested-wrkspc": "bin.js"
},
"dependencies": {
"nested-workspace-helper": "^0.0.0",
"nested-workspace-helper": "^0.0.1",
"preloaded-node.private": "^0.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/typescript/extra-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "extra-jest",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"ramda": "^0.25.0",
"fs-extra": "^5.0.0",
"fs-tree-utils": "^0.0.0",
"unique-temp-path": "^0.0.0",
"fs-tree-utils": "^0.0.1",
"unique-temp-path": "^0.0.1",
"@types/ramda": "^0.25.24",
"@types/fs-extra": "^5.0.1",
"@types/node": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/fs-tree-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fs-tree-utils",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"fs-extra": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/ignore-file.private/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"fs-extra": "^5.0.0",
"yargs": "^11.0.0",
"chalk": "^2.4.0",
"fs-tree-utils": "^0.0.0",
"fs-tree-utils": "^0.0.1",
"preloaded-node.private": "^0.0.0",
"@types/minimatch": "^3.0.3",
"@types/fs-extra": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/monorepo-shared-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-shared-assets",
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"ramda": "^0.25.0",
"immutable": "^3.8.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/typescript/nested-workspace-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nested-workspace-helper",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"bin": {
"nested-workspace-helper": "bin/nested-wrkspc",
Expand All @@ -13,8 +13,8 @@
"node-fetch": "^2.1.2",
"yargs": "^11.0.0",
"chalk": "^2.4.0",
"monorepo-shared-assets": "^0.0.0",
"fs-tree-utils": "^0.0.0",
"monorepo-shared-assets": "^0.0.1",
"fs-tree-utils": "^0.0.1",
"@types/ramda": "^0.25.24",
"@types/semver": "^5.5.0",
"@types/fs-extra": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/path-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "path-env",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"dependencies": {
"@types/node": "^10.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/unique-temp-path/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unique-temp-path",
"version": "0.0.0",
"version": "0.0.1",
"main": "index.js",
"bin": "bin.inrepo.js",
"dependencies": {
Expand Down

0 comments on commit ddbfa58

Please sign in to comment.