rasp-feedback 1.0.0 → 1.0.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 +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,10 +54,7 @@ Full documentation available at [https://tryrasp.online/docs](https://tryrasp.on
54
54
  ## License
55
55
 
56
56
  MIT © Rabuuk (Pty) Ltd.
57
- ```
58
57
 
59
- ### Create `LICENSE`:
60
- ```
61
58
  MIT License
62
59
 
63
60
  Copyright (c) 2025 Rabuuk (Pty) Ltd.
@@ -79,7 +76,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
79
76
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
80
77
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
81
78
  SOFTWARE.
82
- ```
83
-
84
- ### Create `.npmignore`:
85
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasp-feedback",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Official Rasp SDK to implement your user feedback collection forms easily into your website.",
5
5
  "main": "./dist/nextjs/index.js",
6
6
  "types": "./dist/nextjs/index.d.ts",