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": "signal-exit@^3.0.0",
"_args": [
[
"signal-exit@3.0.2",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "signal-exit@3.0.2",
"_id": "signal-exit@3.0.2",
"_inBundle": false,
"_integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
"_location": "/signal-exit",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "signal-exit@^3.0.0",
"raw": "signal-exit@3.0.2",
"name": "signal-exit",
"escapedName": "signal-exit",
"rawSpec": "^3.0.0",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "^3.0.0"
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
"_shasum": "b5fdc08f1287ea1178628e415e25132b73646c6d",
"_spec": "signal-exit@^3.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/execa",
"_spec": "3.0.2",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Ben Coe",
"email": "ben@npmjs.com"
@@ -29,8 +34,6 @@
"bugs": {
"url": "https://github.com/tapjs/signal-exit/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "when you want to fire an event no matter how a process exits.",
"devDependencies": {
"chai": "^3.5.0",