@slickgrid-universal/vanilla-force-bundle 5.12.0 → 5.12.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.
- package/README.md +1 -1
- package/dist/bundle/slickgrid-vanilla-bundle.js +14 -14
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ This package does what other framework would do, that is to make all the feature
|
|
|
35
35
|
- [whatwg-fetch](https://github.com/whatwg/fetch) - Fetch Standard
|
|
36
36
|
|
|
37
37
|
### Installation
|
|
38
|
-
This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone [
|
|
38
|
+
This Vanilla Bundle is used in our SalesForce implementation (since it requires plain ES6) and is also used by the standalone [demos/vanilla](https://github.com/ghiscoding/slickgrid-universal/tree/master/demos/vanilla) which serves for demo purposes.
|
|
39
39
|
|
|
40
40
|
Go to the root of the repo and follow the instructions provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
|
|
41
41
|
|