Update README and remove toolkit archives

This commit is contained in:
Rachael Sewell
2019-09-06 15:02:37 -07:00
parent f46acf4e7e
commit e84489cd02
49 changed files with 586 additions and 448 deletions

View File

@@ -1,27 +1,32 @@
{
"_from": "universal-user-agent@^2.0.3",
"_args": [
[
"universal-user-agent@2.1.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "universal-user-agent@2.1.0",
"_id": "universal-user-agent@2.1.0",
"_inBundle": false,
"_integrity": "sha512-8itiX7G05Tu3mGDTdNY2fB4KJ8MgZLS54RdG6PkkfwMAavrXu1mV/lls/GABx9O3Rw4PnTtasxrvbMQoBYY92Q==",
"_location": "/universal-user-agent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "universal-user-agent@^2.0.3",
"raw": "universal-user-agent@2.1.0",
"name": "universal-user-agent",
"escapedName": "universal-user-agent",
"rawSpec": "^2.0.3",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "^2.0.3"
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/@octokit/graphql"
],
"_resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.1.0.tgz",
"_shasum": "5abfbcc036a1ba490cb941f8fd68c46d3669e8e4",
"_spec": "universal-user-agent@^2.0.3",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/@octokit/graphql",
"_spec": "2.1.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Gregor Martynus",
"url": "https://github.com/gr2m"
@@ -30,11 +35,9 @@
"bugs": {
"url": "https://github.com/gr2m/universal-user-agent/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-name": "^3.0.0"
},
"deprecated": false,
"description": "Get a user agent string in both browser and node",
"devDependencies": {
"chai": "^4.1.2",