Skip to content

Commit 59b920a

Browse files
committed
Change the item order
1 parent bdca4f9 commit 59b920a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
run: make install
5656
- name: Run tests
5757
run: make test
58-
- name: Check Node
58+
- name: Show Node Dependency Versions
5959
run: node -e 'console.log(process.versions)'
60-
- name: Tree
60+
- name: Show Directroy Tree
6161
run: tree
6262
- name: "Upload coverage to Codecov"
6363
uses: codecov/codecov-action@v4

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "js2pysecrets",
3-
"version": "0.0.4",
4-
"private": true,
53
"description": "This package.json stub is used for CI processes in a Python package. It includes dependencies required for testing.",
64
"author": "Brian LaVallee <brian.lavallee@invite-comm.jp>",
75
"license": "MIT",
6+
"private": true,
7+
"version": "0.0.4",
88
"dependencies": {
99
"secrets.js-grempe": "^2.0.0"
1010
}
11-
}
11+
}

0 commit comments

Comments
 (0)