hoodcms 5.0.9 → 5.0.10

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 (2) hide show
  1. package/README.md +8 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # Hood CMS Client Side Code
2
- [![Build Status](https://dev.azure.com/hooddigital/Hood/_apis/build/status/HoodDigital.Hood)](https://dev.azure.com/hooddigital/Hood/_build/latest?definitionId=4)
1
+ # Hood CMS
2
+ [![Build Status](https://dev.azure.com/hooddigital/Hood/_apis/build/status/HoodDigital.Hood?branchName=refs%2Fpull%2F21%2Fmerge)](https://dev.azure.com/hooddigital/Hood/_build/latest?definitionId=4&branchName=refs%2Fpull%2F21%2Fmerge)
3
3
  [![GitHub release (Latest by date including pre-releases)](https://img.shields.io/github/v/release/HoodDigital/Hood?include_prereleases&label=Latest%20Release)](https://github.com/HoodDigital/Hood/releases)
4
4
 
5
5
  A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.
@@ -24,14 +24,16 @@ The client side code is not required to run Hood CMS as all required JS/CSS are
24
24
 
25
25
  https://www.npmjs.com/package/hoodcms
26
26
 
27
- To install Hood CMS client side code via Yarn/NPM.
27
+ To install Hood CMS client side code via NPM.
28
+ ```
29
+ > npm install hoodcms
28
30
  ```
29
- > yarn install hoodcms --save-dev
30
31
  or
31
- > npm install hoodcms --save-dev
32
+ ```
33
+ > yarn add hoodcms
32
34
  ```
33
35
 
34
- > To use your own client side code, you will also need to update script/link references in HTML or Razor files in your views or themes folder to use your own version of the code, rather than the CDN.
36
+ > To use your own client side code, you will also need to update script/link references in your theme's HTML or Razor C# files to use your own version of the code, rather than the CDN.
35
37
 
36
38
  ## Full documentation
37
39
  Documentation is a work in progress!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hoodcms",
3
- "version": "5.0.9",
3
+ "version": "5.0.10",
4
4
  "description": "A fully customisable content management system built in ASP.NET Core 5 & Bootstrap 5.",
5
5
  "keywords": [
6
6
  "hood",