hoodcms 7.0.0-rc.22 → 7.0.0-rc.23

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoodcms",
3
- "version": "7.0.0-rc.22",
3
+ "version": "7.0.0-rc.23",
4
4
  "description": "A fully customisable content management system for ASP.NET Core, built on .NET 10 and EF Core 10.",
5
5
  "keywords": [
6
6
  "hood",
@@ -34,7 +34,7 @@
34
34
  "clean": "gulp clean",
35
35
  "copy": "gulp copy",
36
36
  "cssnano": "gulp cssnano",
37
- "package": "npm-run-all clean build-production copy views",
37
+ "package": "npm-run-all clean build-production copy",
38
38
  "scss": "gulp scss",
39
39
  "scss-lint": "stylelint src/scss/ --fix",
40
40
  "tsc": "tsc && npm-run-all tsc-rollup",