jqgrid_utils 1.3.8 → 1.3.9

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 +2 -4
  2. package/package.json +1 -1
package/_README.md CHANGED
@@ -8,11 +8,9 @@ Demo:
8
8
 
9
9
  Add a the library to your website
10
10
 
11
- ``
12
- `html
11
+ ```html
13
12
  <script src="../node_modules/jqgrid_utils/dist/jqgrid_utils.js"></script>
14
- `
15
- ``
13
+ ```
16
14
 
17
15
 
18
16
  Example Usage:
package/package.json CHANGED
@@ -29,5 +29,5 @@
29
29
  {
30
30
  "test": "echo \"Error: no test specified\" && exit 1"
31
31
  },
32
- "version": "1.3.8"
32
+ "version": "1.3.9"
33
33
  }