@cagovweb/state-template 6.3.1 → 6.3.2-beta1

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/readme.md CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
- - State Template Source Version 6.3.1
2
+ - State Template Source Version 6.3.2-beta1
3
3
  - You may use the CDN location instead of this folder
4
- - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.1/
4
+ - https://cdn.cdt.ca.gov/cdt/statetemplate/6.3.2-beta1/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cagovweb/state-template",
3
- "version": "6.3.1",
3
+ "version": "6.3.2-beta1",
4
4
  "description": "California State Web Template NPM Package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "publishConfig": {
39
39
  "access": "public",
40
- "tag": "latest"
40
+ "tag": "beta"
41
41
  },
42
42
  "scripts": {
43
43
  "NPM Publish (dry run)": "npm publish --dry-run",