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": "cross-spawn@^6.0.0",
"_args": [
[
"cross-spawn@6.0.5",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "cross-spawn@6.0.5",
"_id": "cross-spawn@6.0.5",
"_inBundle": false,
"_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
"_location": "/cross-spawn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cross-spawn@^6.0.0",
"raw": "cross-spawn@6.0.5",
"name": "cross-spawn",
"escapedName": "cross-spawn",
"rawSpec": "^6.0.0",
"rawSpec": "6.0.5",
"saveSpec": null,
"fetchSpec": "^6.0.0"
"fetchSpec": "6.0.5"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
"_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
"_spec": "cross-spawn@^6.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/execa",
"_spec": "6.0.5",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "André Cruz",
"email": "andre@moxy.studio"
@@ -29,7 +34,6 @@
"bugs": {
"url": "https://github.com/moxystudio/node-cross-spawn/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
@@ -42,7 +46,6 @@
"shebang-command": "^1.2.0",
"which": "^1.2.9"
},
"deprecated": false,
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"devDependencies": {
"@commitlint/cli": "^6.0.0",