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:
74
node_modules/@node-minify/babel-minify/package.json
generated
vendored
Normal file
74
node_modules/@node-minify/babel-minify/package.json
generated
vendored
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@node-minify/babel-minify@4.1.2",
|
||||
"/home/runner/work/add-and-commit/add-and-commit"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@node-minify/babel-minify@4.1.2",
|
||||
"_id": "@node-minify/babel-minify@4.1.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-7oI6t7Hv3RY955RxmiZ3QGzDxYKEJAW5Kd6Otu3yKFB0B84aWzGFqstgwQRnqeeEHSybSqX6bepUmvxseKk9uQ==",
|
||||
"_location": "/@node-minify/babel-minify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@node-minify/babel-minify@4.1.2",
|
||||
"name": "@node-minify/babel-minify",
|
||||
"escapedName": "@node-minify%2fbabel-minify",
|
||||
"scope": "@node-minify",
|
||||
"rawSpec": "4.1.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "4.1.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@node-minify/babel-minify/-/babel-minify-4.1.2.tgz",
|
||||
"_spec": "4.1.2",
|
||||
"_where": "/home/runner/work/add-and-commit/add-and-commit",
|
||||
"author": {
|
||||
"name": "Rodolphe Stoclin",
|
||||
"email": "srodolphe@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/srod/node-minify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@node-minify/utils": "^4.1.2",
|
||||
"babel-core": "6.26.3",
|
||||
"babel-preset-minify": "0.5.0"
|
||||
},
|
||||
"description": "babel-minify plugin for @node-minify",
|
||||
"directories": {
|
||||
"lib": "lib",
|
||||
"test": "__tests__"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"gitHead": "b13f16dfcac6f151c371414cf3a8a2969ff08783",
|
||||
"homepage": "https://github.com/srod/node-minify/tree/master/packages/babel-minify#readme",
|
||||
"keywords": [
|
||||
"compressor",
|
||||
"minify",
|
||||
"minifier",
|
||||
"babel-minify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/babel-minify.js",
|
||||
"name": "@node-minify/babel-minify",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/srod/node-minify.git"
|
||||
},
|
||||
"version": "4.1.2"
|
||||
}
|
||||
Reference in New Issue
Block a user