Update with working working version (#12)
* Fix workflow * Trigger * [auto] Update compiled version * [auto] Commit modules * Push Windows changes * Fix * [auto] Update compiled version * Try removing cwd * [auto] Update compiled version * Try with path module * [auto] Update compiled version * Fix path * [auto] Update compiled version * Use raw path * [auto] Update compiled version * Other path * [auto] Update compiled version * Avoid @action/exec * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * test * [auto] Update compiled version * Try with shelljs * [auto] Update compiled version * Fix my stupidity * Copy scripts to local dir * [auto] Update compiled version * Still use path * [auto] Update compiled version * Delete entrypoint.sh * [auto] Update compiled version * Make file executable * [auto] Update compiled version * Try using bash * [auto] Update compiled version
This commit is contained in:
58
node_modules/babel-runtime/package.json
generated
vendored
Normal file
58
node_modules/babel-runtime/package.json
generated
vendored
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-runtime@6.26.0",
|
||||
"/home/runner/work/add-and-commit/add-and-commit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "babel-runtime@6.26.0",
|
||||
"_id": "babel-runtime@6.26.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
|
||||
"_location": "/babel-runtime",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "babel-runtime@6.26.0",
|
||||
"name": "babel-runtime",
|
||||
"escapedName": "babel-runtime",
|
||||
"rawSpec": "6.26.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.26.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-core",
|
||||
"/babel-generator",
|
||||
"/babel-helpers",
|
||||
"/babel-messages",
|
||||
"/babel-register",
|
||||
"/babel-template",
|
||||
"/babel-traverse",
|
||||
"/babel-types"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
|
||||
"_spec": "6.26.0",
|
||||
"_where": "/home/runner/work/add-and-commit/add-and-commit",
|
||||
"author": {
|
||||
"name": "Sebastian McKenzie",
|
||||
"email": "sebmck@gmail.com"
|
||||
},
|
||||
"dependencies": {
|
||||
"core-js": "^2.4.0",
|
||||
"regenerator-runtime": "^0.11.0"
|
||||
},
|
||||
"description": "babel selfContained runtime",
|
||||
"devDependencies": {
|
||||
"babel-helpers": "^6.22.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "babel-runtime",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
|
||||
},
|
||||
"version": "6.26.0"
|
||||
}
|
||||
Reference in New Issue
Block a user