Skip to content

Commit 88e04be

Browse files
Merge branch 'master' into use-local
2 parents cd1291c + 54d1b4f commit 88e04be

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# comment this out distribution branches
2+
node_modules/
3+
14
# Logs
25
logs
36
*.log
@@ -32,8 +35,7 @@ bower_components
3235
# Compiled binary addons (https://nodejs.org/api/addons.html)
3336
build/Release
3437

35-
# Dependency directories
36-
node_modules/
38+
# Other Dependency directories
3739
jspm_packages/
3840

3941
# TypeScript v1 declaration files

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Actions are run from GitHub repos. We will create a releases branch and only ch
6565

6666
Comment out node_modules in .gitignore and create a releases/v1 branch
6767
```bash
68-
# Dependency directories
68+
# comment this out distribution branches
6969
# node_modules/
7070
```
7171

package-lock.json

Lines changed: 3 additions & 3 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/actions/javascript-action#readme",
2525
"dependencies": {
26-
"@actions/core": "^1.1.0"
26+
"@actions/core": "^1.1.1"
2727
},
2828
"devDependencies": {
2929
"eslint": "^6.3.0",

0 commit comments

Comments
 (0)