Skip to content

Commit

Permalink
chore: add githead to package.json (learna)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkundel committed Aug 27, 2020
1 parent 9382ba7 commit 1ca1d75
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion packages/create-twilio-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
"bin/",
"src/",
"templates/"
]
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}
3 changes: 2 additions & 1 deletion packages/plugin-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,6 @@
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif-dev manifest && oclif-dev readme",
"version": "oclif-dev readme && git add README.md"
}
},
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}
3 changes: 2 additions & 1 deletion packages/serverless-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"recursive-readdir": "^2.2.2",
"type-fest": "^0.16.0",
"upath": "^1.1.2"
}
},
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}
3 changes: 2 additions & 1 deletion packages/serverless-runtime-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"index.js",
"index.d.ts",
"types.d.ts"
]
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}
3 changes: 2 additions & 1 deletion packages/serverless-twilio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
},
"dependencies": {
"@twilio-labs/serverless-api": "^1.0.1"
}
},
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}
3 changes: 2 additions & 1 deletion packages/twilio-run/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,6 @@
"dist/",
"LICENSE",
"README.md"
]
],
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd"
}

0 comments on commit 1ca1d75

Please sign in to comment.