Skip to content

Commit

Permalink
monorepo-shared-assets v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed May 4, 2018
1 parent 440ba5a commit 25314d1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.3",
"nested-workspace-helper": "^0.0.4",
"preloaded-node.private": "^0.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ registry: 'https://registry.npmjs.org/'
shrinkwrapMinorVersion: 5
shrinkwrapVersion: 3
specifiers:
nested-workspace-helper: ^0.0.3
nested-workspace-helper: ^0.0.4
preloaded-node.private: ^0.0.0
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.2",
"version": "0.0.3",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ksxnodemodules/nodemonorepo#readme",
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "0.0.4",
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/ksxnodemodules/nodemonorepo#readme",
Expand All @@ -20,7 +20,7 @@
"node-fetch": "^2.1.2",
"yargs": "^11.0.0",
"chalk": "^2.4.0",
"monorepo-shared-assets": "^0.0.2",
"monorepo-shared-assets": "^0.0.3",
"fs-tree-utils": "^0.0.2",
"@types/ramda": "^0.25.24",
"@types/semver": "^5.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ specifiers:
fs-extra: ^6.0.0
fs-tree-utils: ^0.0.2
js-yaml: ^3.11.0
monorepo-shared-assets: ^0.0.2
monorepo-shared-assets: ^0.0.3
node-fetch: ^2.1.2
preloaded-node.private: '*'
ramda: ^0.25.0
Expand Down

0 comments on commit 25314d1

Please sign in to comment.