@deepsel/cms-utils 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepsel/cms-utils",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "Helper utilities for Deepsel CMS",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -98,8 +98,7 @@
98
98
  "lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix",
99
99
  "format": "prettier --write .",
100
100
  "format:check": "prettier --check .",
101
- "prepush": "npm run test && npm run build && npm run lint && npm run format:check",
102
- "publish": "npm publish --access public"
101
+ "prepush": "npm run test && npm run build && npm run lint && npm run format:check"
103
102
  },
104
103
  "keywords": [
105
104
  "cms",