mirror of
https://github.com/actions/stale.git
synced 2025-12-25 19:18:00 +08:00
Add support to v1 to connect to GHES (#69)
* Bumping actions/github to 2.2.0 for GHES * Husky commit correct node modules
This commit is contained in:
15
node_modules/windows-release/package.json
generated
vendored
15
node_modules/windows-release/package.json
generated
vendored
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"_from": "windows-release@^3.1.0",
|
||||
"_id": "windows-release@3.2.0",
|
||||
"_id": "windows-release@3.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA==",
|
||||
"_integrity": "sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==",
|
||||
"_location": "/windows-release",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
@@ -18,14 +18,14 @@
|
||||
"_requiredBy": [
|
||||
"/os-name"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz",
|
||||
"_shasum": "8122dad5afc303d833422380680a79cdfa91785f",
|
||||
"_resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
|
||||
"_shasum": "dce167e9f8be733f21c849ebd4d03fe66b29b9f0",
|
||||
"_spec": "windows-release@^3.1.0",
|
||||
"_where": "Z:\\Dreamlifter\\stale\\node_modules\\os-name",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/stale/node_modules/os-name",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/windows-release/issues"
|
||||
@@ -48,6 +48,7 @@
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/windows-release#readme",
|
||||
"keywords": [
|
||||
"os",
|
||||
@@ -71,5 +72,5 @@
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "3.2.0"
|
||||
"version": "3.3.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user