@formio/uswds 2.6.1-rc.1 → 2.6.1

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 +1 -0
  2. package/package.json +3 -3
package/Readme.md CHANGED
@@ -15,6 +15,7 @@ Or if you would like to embed directly within your website, you can use the foll
15
15
  ```html
16
16
  <html>
17
17
  <head>
18
+ <meta charset="UTF-8">
18
19
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
19
20
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/uswds/3.1.0/css/uswds.min.css">
20
21
  <link rel="stylesheet" href="https://cdn.form.io/js/formio.form.min.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formio/uswds",
3
- "version": "2.6.1-rc.1",
3
+ "version": "2.6.1",
4
4
  "description": "US Web Design System templates for form.io",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -33,10 +33,10 @@
33
33
  "Standards"
34
34
  ],
35
35
  "peerDependencies": {
36
- "@formio/js": "^5.2.1-rc.15"
36
+ "@formio/js": "^5.2.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@formio/js": "5.2.1-rc.15",
39
+ "@formio/js": "5.2.1",
40
40
  "@types/chai": "^4.2.22",
41
41
  "@types/ejs": "^3.1.0",
42
42
  "@types/mocha": "^9.0.0",