libre-jqgrid 4.16.0 → 4.17.2

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.
@@ -37,10 +37,11 @@ jobs:
37
37
  run: |
38
38
  grunt default
39
39
  ls
40
+ ls dist
40
41
 
41
42
  - name: publish to npm
42
43
  run: |
43
44
  npm ci
44
- npm run build --if-present
45
+ #npm run build --if-present
45
46
  npm publish --provenance --access public
46
47
 
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  }
20
20
  ],
21
21
  "title": "libre jqGrid",
22
- "version": "4.16.0",
22
+ "version": "4.17.2",
23
23
  "description": "maintained version of free-jqGrid",
24
24
  "main": "js/jquery.jqgrid.src.js",
25
25
  "style": "css/ui.jqgrid.css",