@fabriziosalmi/slopless 1.15.1 → 1.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/engine/api.d.ts +2 -0
- package/dist/engine/api.js +152 -152
- package/dist/ignore-DOOrJwq6.d.ts +24 -0
- package/dist/index.d.ts +2 -23
- package/dist/index.js +159 -159
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabriziosalmi/slopless",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"verify:bundle": "node scripts/verify-bundle.js",
|
|
23
23
|
"verify:action": "bash scripts/run-action-locally.sh . 'src/**/*.ts'",
|
|
24
24
|
"release:prep": "npm run docs:gen && npm run build && npm test && npm run verify:bundle",
|
|
25
|
-
"version": "node scripts/check-changelog.js && npm run docs:gen && npm run build && git add dist docs README.md"
|
|
25
|
+
"version": "node scripts/check-changelog.js && node scripts/sync-versions.js && npm run docs:gen && npm run build && git add dist docs README.md packages/*/package.json"
|
|
26
26
|
},
|
|
27
27
|
"keywords": [
|
|
28
28
|
"linter",
|