Revert "update licenses and added package-lock (#26)" (#27)

This reverts commit fd47e658a1.
This commit is contained in:
David Kale
2020-10-27 17:37:07 -04:00
committed by GitHub
parent a5c969ea55
commit bd33205aa5
9 changed files with 10 additions and 4835 deletions

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.14.1/licensed-2.14.1-linux-x64.tar.gz
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
- run: licensed status

3
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules
package-lock.json
node_modules

View File

@@ -1,6 +1,6 @@
---
name: "@octokit/endpoint"
version: 6.0.8
version: 6.0.5
type: npm
summary: Turns REST API endpoints into generic request options
homepage: https://github.com/octokit/endpoint.js#readme

View File

@@ -1,6 +1,6 @@
---
name: "@octokit/plugin-request-log"
version: 1.0.1
version: 1.0.0
type: npm
summary: Log all requests and request errors
homepage: https://github.com/octokit/plugin-request-log.js#readme

View File

@@ -1,6 +1,6 @@
---
name: "@octokit/request"
version: 5.4.9
version: 5.4.7
type: npm
summary: Send parameterized requests to GitHubs APIs with sensible defaults in browsers
and Node

View File

@@ -1,6 +1,6 @@
---
name: "@octokit/types"
version: 5.5.0
version: 5.4.1
type: npm
summary: Shared TypeScript definitions for Octokit projects
homepage: https://github.com/octokit/types.ts#readme

View File

@@ -1,6 +1,6 @@
---
name: "@types/node"
version: 14.14.2
version: 14.6.4
type: npm
summary: TypeScript definitions for Node.js
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped#readme

View File

@@ -1,6 +1,6 @@
---
name: is-plain-object
version: 5.0.0
version: 4.1.1
type: npm
summary: Returns true if an object was created by the `Object` constructor, or Object.create(null).
homepage: https://github.com/jonschlinkert/is-plain-object

4826
package-lock.json generated

File diff suppressed because it is too large Load Diff