Skip to content

Commit

Permalink
chore(packages): Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
flegall committed Sep 7, 2018
1 parent 92e3203 commit 3d4e46b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ yarn-error.log
lerna-debug.log
packages/*/build
.eslintcache
packages/*/*.tgz
3 changes: 2 additions & 1 deletion packages/monopack-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"lodash": "4.17.10",
"webpack": "4.17.2",
"webpack-bundle-analyzer": "2.13.1"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
},
"devDependencies": {
"monopack-repo-builder": "^0.2.0-0"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"dependencies": {
"lodash": "4.17.10",
"tcomb-validation": "3.4.1"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack-dependency-collector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"await-semaphore": "0.1.3",
"bluebird": "3.5.2",
"lodash": "4.17.10"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack-process/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"main": "build/index.js",
"repository": "https://github.com/flegall/monopack",
"author": "Florent Le Gall <[email protected]>",
"license": "MIT"
"license": "MIT",
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack-repo-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
},
"devDependencies": {
"monopack-process": "^0.2.0"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}
3 changes: 2 additions & 1 deletion packages/monopack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
},
"bin": {
"monopack": "./bin/monopack.js"
}
},
"gitHead": "92e32038520ceaf6990eb5ae64fd360513e5e4fc"
}

0 comments on commit 3d4e46b

Please sign in to comment.