Skip to content

Commit 285794a

Browse files
update package.json, main.js and src/lib/ryunix/index.js
1 parent 24a4f3c commit 285794a

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.12",
2+
"version": "1.1.13",
33
"main": "./src/lib/main.js",
44
"scripts": {
55
"dev": "nodemon ./src/server.js",

src/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ window._r = _r;
44

55

66
export default _r;
7-
export { Ryunix};
7+
export { Ryunix };

src/lib/ryunix/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ class Ryunix {
253253
* constructor. If no value is provided, the store will be initialized with a null value.
254254
* @returns A hook that creates a new instance of the Store class with an optional initial value.
255255
*/
256+
256257
storage(val = null) {
257258
return new Store(val).hook();
258259
}

0 commit comments

Comments
 (0)