Bump actions/github to 2.2.0 to support GHES (#72)

* Bumping actions/github to 2.2.0

* Husky commit correct node modules
This commit is contained in:
PJ Quirk
2020-05-15 09:52:23 -04:00
committed by GitHub
parent 04aa5dbc72
commit c5c9bd0f54
7791 changed files with 2209804 additions and 49075 deletions

54
node_modules/tmpl/package.json generated vendored Normal file
View File

@@ -0,0 +1,54 @@
{
"_args": [
[
"tmpl@1.0.4",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "tmpl@1.0.4",
"_id": "tmpl@1.0.4",
"_inBundle": false,
"_integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=",
"_location": "/tmpl",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tmpl@1.0.4",
"name": "tmpl",
"escapedName": "tmpl",
"rawSpec": "1.0.4",
"saveSpec": null,
"fetchSpec": "1.0.4"
},
"_requiredBy": [
"/makeerror"
],
"_resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
"_spec": "1.0.4",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"author": {
"name": "Naitik Shah",
"email": "n@daaku.org"
},
"bugs": {
"url": "https://github.com/daaku/nodejs-tmpl/issues"
},
"description": "JavaScript micro templates.",
"devDependencies": {
"mocha": "0.12.x"
},
"homepage": "https://github.com/nshah/nodejs-tmpl",
"license": "BSD-3-Clause",
"main": "lib/tmpl",
"name": "tmpl",
"repository": {
"type": "git",
"url": "git+https://github.com/daaku/nodejs-tmpl.git"
},
"scripts": {
"test": "NODE_PATH=./lib mocha --ui exports"
},
"version": "1.0.4"
}