Skip to content

Commit 1f8ff94

Browse files
PR feedback
1 parent b2ef944 commit 1f8ff94

3 files changed

Lines changed: 4 additions & 34 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ See the [toolkit documentation](https://github.com/actions/toolkit/blob/master/R
6666

6767
## Package for distribution
6868

69-
Actions are run from GitHub repos. Packaging the action will create a self encapsulated distribution runnable from the GitHub graph.
69+
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
7070

7171
Comment out node_modules in .gitignore and create a releases/v1 branch
7272
```bash

package-lock.json

Lines changed: 2 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
},
2525
"homepage": "https://github.com/actions/javascript-action#readme",
2626
"dependencies": {
27-
"@actions/core": "^1.1.1",
28-
"dist": "^0.1.2"
27+
"@actions/core": "^1.1.1"
2928
},
3029
"devDependencies": {
3130
"@zeit/ncc": "^0.20.5",

0 commit comments

Comments
 (0)