svelte-confetti-explosion 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +24 -1
package/package.json CHANGED
@@ -1,7 +1,30 @@
1
1
  {
2
2
  "name": "svelte-confetti-explosion",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
+ "description": "Confetti explosion in Svelte 🎉🎊",
5
+ "author": "Puru Vijay",
6
+ "license": "MIT",
7
+ "bugs": {
8
+ "url": "https://github.com/PuruVJ/svelte-confetti-explosion/issues"
9
+ },
10
+ "sideEffects": false,
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/PuruVJ/svelte-confetti-explosion.git"
14
+ },
4
15
  "svelte": "index.js",
16
+ "keywords": [
17
+ "confetti",
18
+ "party",
19
+ "fun",
20
+ "badass",
21
+ "badassery",
22
+ "svelte",
23
+ "sveltekit",
24
+ "small",
25
+ "tiny",
26
+ "performant"
27
+ ],
5
28
  "devDependencies": {
6
29
  "@sveltejs/kit": "^1.0.0-next.197",
7
30
  "prettier": "^2.4.1",