freemium-survey-components 0.13.7 → 0.13.13

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/Contributing.md CHANGED
@@ -1,2 +1,5 @@
1
+ ### Update new version and publish
2
+ npm version --force [patch|minor|major]
3
+
1
4
  ### Limitations
2
5
  - Do not use ```JSON.stringify``` method since its causing issue with Freshservice when using ```freemium-survey-components``` since they use their polyfilled method for ```JSON.stringify``` instead of actual window object definition.