|
@@ -24,7 +24,8 @@
|
|
|
"test-api": "tape --conditions development test/**.test.js",
|
|
"test-api": "tape --conditions development test/**.test.js",
|
|
|
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
|
|
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
|
|
|
"lint": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
|
|
"lint": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
|
|
|
- "lint:fix": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
|
|
|
|
|
|
|
+ "lint:fix": "yarn eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix",
|
|
|
|
|
+ "version": "yarn version --no-git-tag-version"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"@types/mdast": "^3.0.0",
|
|
"@types/mdast": "^3.0.0",
|