ayiin 1.0.10 → 1.0.11

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/lib/ayiin.js +2 -0
  2. package/package.json +1 -1
package/lib/ayiin.js CHANGED
@@ -33,6 +33,8 @@ function createInstance(defaultConfig) {
33
33
  return instance;
34
34
  }
35
35
 
36
+ const defaults = { ngantuk: 'beeehhh' };
37
+
36
38
  // Create the default instance to be exported
37
39
  const ayiin = createInstance(defaults);
38
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ayiin",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Library Pribadi Yang Gak Ada Isinya",
5
5
  "type": "module",
6
6
  "author": "AyiinXd",