@andrewt03/eslint-typescript-rules 0.0.11 → 0.0.13
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/number/number.d.mts
CHANGED
package/dist/number/number.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrewt03/eslint-typescript-rules",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Recommended ESLint Rules for general TypeScript, Node.js/Express.js, Angular, and React.js Projects",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "tsup",
|
|
16
16
|
"release": "npm run build && changeset publish",
|
|
17
|
-
"version:patch": "npm run lint && npm run prettier && npm run build && npm version patch && npm install",
|
|
18
|
-
"version:minor": "npm run lint && npm run prettier && npm run build && npm version minor && npm install",
|
|
19
|
-
"version:major": "npm run lint && npm run prettier && npm run build && npm version major && npm install",
|
|
17
|
+
"version:patch": "npm run lint && npm run prettier && npm run build && npm version patch && npm install && npm run publish",
|
|
18
|
+
"version:minor": "npm run lint && npm run prettier && npm run build && npm version minor && npm install && npm run publish",
|
|
19
|
+
"version:major": "npm run lint && npm run prettier && npm run build && npm version major && npm install && npm run publish",
|
|
20
20
|
"publish": "npm publish --access public",
|
|
21
21
|
"lint": "tsc",
|
|
22
22
|
"prettier": "prettier --write .",
|