Skip to content

Commit f6373d2

Browse files
committed
Avoid name-squatters, version info for debugging
1 parent 135888a commit f6373d2

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
- run: npm version
1718
- name: Install NPM dependencies
1819
run: npm ci
1920
- name: Run all NPM build/test actions

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "npm-dependency-submission-example",
2+
"name": "@github/npm-dependency-submission-example",
33
"version": "1.0.0",
4-
"description": "Example using the Dependency Submission Toolkit and npm list",
4+
"description": "[UNPUBLISHED PACKAGE!] Example using the Dependency Submission Toolkit and npm list",
55
"main": "index.ts",
66
"dependencies": {
77
"@github/dependency-submission-toolkit": "file:../",

package-lock.json

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

0 commit comments

Comments
 (0)