@networkpro/blog 1.1.5 → 1.1.7

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.
Files changed (1) hide show
  1. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@networkpro/blog",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "The official blog of Network Pro Strategies (Network Pro™).",
5
5
  "keywords": [
6
6
  "advisory",
@@ -44,6 +44,8 @@
44
44
  "lint:md": "npx markdownlint-cli2 \"**/*.{md,markdown}\" \"#node_modules/**\" \"#build/**\"",
45
45
  "lint:css": "npx stylelint \"**/*.css\" --ignore-path .stylelintignore",
46
46
  "lint:all": "npm run lint && npm run lint:md && npm run lint:css && npm run format",
47
+ "checkout": "npm run lint:all",
48
+ "verify": "npm run checkout",
47
49
  "upgrade": "npx npm-check-updates -u"
48
50
  },
49
51
  "devDependencies": {