Skip to content

Commit c1be012

Browse files
committed
linting
1 parent 0f15e58 commit c1be012

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'
2626

27-
- run: npm ci
27+
- run: npm install
2828

2929
- run: npm test
30-
31-

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
generate_release_notes: true
3636
files: |
37-
./doctoc-*.tgz
37+
./doctoc-*.tgz

package-lock.json

Lines changed: 2 additions & 2 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
@@ -2,7 +2,7 @@
22
"author": "Thorsten Lorenz <[email protected]> (thlorenz.com)",
33
"name": "doctoc",
44
"description": "Generates TOC for markdown files of local git repo.",
5-
"version": "2.2.0",
5+
"version": "0.0.0-development",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/thlorenz/doctoc.git"

0 commit comments

Comments
 (0)