We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135888a commit e5aa2e6Copy full SHA for e5aa2e6
.github/workflows/test.yml
@@ -14,6 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
+ - run: npm version
18
- name: Install NPM dependencies
19
run: npm ci
20
- name: Run all NPM build/test actions
example/package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "npm-dependency-submission-example",
+ "name": "@github/npm-dependency-submission-example",
3
"version": "1.0.0",
4
- "description": "Example using the Dependency Submission Toolkit and npm list",
+ "description": "[UNPUBLISHED PACKAGE!] Example using the Dependency Submission Toolkit and npm list",
5
"main": "index.ts",
6
"dependencies": {
7
"@github/dependency-submission-toolkit": "file:../",
0 commit comments