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": "shebang-regex@^1.0.0",
"_args": [
[
"shebang-regex@1.0.0",
"/Users/rachmari/github-repos/hello-world-javascript-action"
]
],
"_from": "shebang-regex@1.0.0",
"_id": "shebang-regex@1.0.0",
"_inBundle": false,
"_integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
"_location": "/shebang-regex",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "shebang-regex@^1.0.0",
"raw": "shebang-regex@1.0.0",
"name": "shebang-regex",
"escapedName": "shebang-regex",
"rawSpec": "^1.0.0",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/shebang-command"
],
"_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
"_shasum": "da42f49740c0b42db2ca9728571cb190c98efea3",
"_spec": "shebang-regex@^1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action/node_modules/shebang-command",
"_spec": "1.0.0",
"_where": "/Users/rachmari/github-repos/hello-world-javascript-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -30,8 +35,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/shebang-regex/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Regular expression for matching a shebang",
"devDependencies": {
"ava": "0.0.4"