mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-08 08:19:42 +00:00
PR feedback
This commit is contained in:
@ -66,7 +66,7 @@ See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/R
|
|||||||
|
|
||||||
## Package for distribution
|
## Package for distribution
|
||||||
|
|
||||||
Actions are run from GitHub repos. Packaging the action will create a self encapsulated distribution runnable from the GitHub graph.
|
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
|
||||||
|
|
||||||
Comment out node_modules in .gitignore and create a releases/v1 branch
|
Comment out node_modules in .gitignore and create a releases/v1 branch
|
||||||
```bash
|
```bash
|
||||||
|
33
package-lock.json
generated
33
package-lock.json
generated
@ -1209,31 +1209,6 @@
|
|||||||
"integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==",
|
"integrity": "sha512-Dj6Wk3tWyTE+Fo1rW8v0Xhwk80um6yFYKbuAxc9c3EZxIHFDYwbi34Uk42u1CdnIiVorvt4RmlSDjIPyzGC2ew==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"dist": {
|
|
||||||
"version": "0.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/dist/-/dist-0.1.2.tgz",
|
|
||||||
"integrity": "sha1-iJhinMJRKX420TVKmpWYYZq6Wxo=",
|
|
||||||
"requires": {
|
|
||||||
"filesize": "~1.6.6",
|
|
||||||
"optimist": "~0.3.5",
|
|
||||||
"uglify-js": "~1.3.4"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"optimist": {
|
|
||||||
"version": "0.3.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
|
|
||||||
"integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
|
|
||||||
"requires": {
|
|
||||||
"wordwrap": "~0.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"uglify-js": {
|
|
||||||
"version": "1.3.5",
|
|
||||||
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-1.3.5.tgz",
|
|
||||||
"integrity": "sha1-S1v/+Rhu/7qoiOTJ6UvZ/EyUkp0="
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"doctrine": {
|
"doctrine": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
||||||
@ -1712,11 +1687,6 @@
|
|||||||
"flat-cache": "^2.0.1"
|
"flat-cache": "^2.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"filesize": {
|
|
||||||
"version": "1.6.7",
|
|
||||||
"resolved": "https://registry.npmjs.org/filesize/-/filesize-1.6.7.tgz",
|
|
||||||
"integrity": "sha1-DQrPJoUeKnM5/8RayH48Lt/w6W4="
|
|
||||||
},
|
|
||||||
"fill-range": {
|
"fill-range": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
|
||||||
@ -5287,7 +5257,8 @@
|
|||||||
"wordwrap": {
|
"wordwrap": {
|
||||||
"version": "0.0.3",
|
"version": "0.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
|
||||||
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc="
|
"integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"wrap-ansi": {
|
"wrap-ansi": {
|
||||||
"version": "5.1.0",
|
"version": "5.1.0",
|
||||||
|
@ -24,8 +24,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/actions/javascript-action#readme",
|
"homepage": "https://github.com/actions/javascript-action#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.1.1",
|
"@actions/core": "^1.1.1"
|
||||||
"dist": "^0.1.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@zeit/ncc": "^0.20.5",
|
"@zeit/ncc": "^0.20.5",
|
||||||
|
Reference in New Issue
Block a user