Skip to content

Commit

Permalink
chore: publish monorepo patches
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Mar 15, 2019
1 parent 6846f2e commit 7389da6
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 14 deletions.
3 changes: 2 additions & 1 deletion packages/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"description": "custom task based logger",
"main": "index.js",
"author": "",
"license": "MIT"
"license": "MIT",
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"test": "jest",
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/remove/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"scripts": {
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"build": "tsc",
"test": "jest --detectOpenHandles",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}
3 changes: 2 additions & 1 deletion packages/webpack-scaffold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"test": "jest --detectOpenHandles",
"build": "tsc",
"watch": "npm run build && tsc -w"
}
},
"gitHead": "6846f2eb8f0d04acc4453cb20da10263ff00a139"
}

0 comments on commit 7389da6

Please sign in to comment.