We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1a170 commit 1a56af5Copy full SHA for 1a56af5
.github/workflows/post-dependabot.yml
@@ -28,4 +28,4 @@ jobs:
28
npm install
29
git add .
30
git commit -am "chore: postinstall for dependabot template-oss PR"
31
- git push origin ${{github.ref_name}}
+ git push
package.json
@@ -37,13 +37,8 @@
37
"tap": {
38
"check-coverage": true
39
},
40
- "standard": {
41
- "ignore": [
42
- "/tap-snapshots/"
43
- ]
44
- },
45
"devDependencies": {
46
- "@npmcli/template-oss": "^2.7.1",
+ "@npmcli/template-oss": "^2.8.1",
47
"eslint": "^8.9.0",
48
"tap": "^15.1.6"
49
@@ -54,6 +49,6 @@
54
"read-package-json-fast": "^2.0.3"
55
50
56
51
"templateOSS": {
57
- "version": "2.7.1"
52
+ "version": "2.8.1"
58
53
}
59
0 commit comments