We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689928a commit e483220Copy full SHA for e483220
package.json
@@ -9,13 +9,8 @@
9
},
10
"scripts": {
11
"genparse": "node scripts/generate-parse-fixtures.js",
12
- "template-oss-apply": "template-oss-apply --force",
13
- "lint": "eslint \"**/*.js\"",
14
- "postlint": "template-oss-check",
15
- "lintfix": "npm run lint -- --fix",
16
"snap": "tap",
17
- "test": "tap",
18
- "posttest": "npm run lint"
+ "test": "tap"
19
20
"dependencies": {
21
"chownr": "^2.0.0",
0 commit comments