@sancti0n/nikke-utils 1.0.5 → 1.0.7
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# nikke-utils
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/nikke-utils)
|
|
3
|
+
[](https://www.npmjs.com/package/@sancti0n/nikke-utils)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
|
|
6
6
|
---
|
|
@@ -32,7 +32,7 @@ Le kit de développement (SDK) non-officiel et complet pour les développeurs tr
|
|
|
32
32
|
🇫🇷 Le package utilise les **ES Modules**. Assurez-vous que votre projet prend en charge la syntaxe `import`.
|
|
33
33
|
|
|
34
34
|
```bash
|
|
35
|
-
npm install nikke-utils
|
|
35
|
+
npm install @sancti0n/nikke-utils
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sancti0n/nikke-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Un kit complet pour les développeurs Nikke: Goddess of Victory",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/Sancti0n/nikke-utils.git"
|
|
8
|
+
"url": "git+https://github.com/Sancti0n/nikke-utils.git"
|
|
9
9
|
},
|
|
10
10
|
"author": "Sancti0n",
|
|
11
11
|
"license": "MIT"
|
|
12
|
-
}
|
|
12
|
+
}
|