Skip to content

Commit e5aa2e6

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1
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

+2-2
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:../",

0 commit comments

Comments
 (0)