We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f070b commit 5f2c229Copy full SHA for 5f2c229
README.md
@@ -1,4 +1,4 @@
1
-# @nuxtjs/devalue
+# @nuxt/devalue
2
3
Forked from [devalue](https://github.com/Rich-Harris/devalue) to log errors on non-serializable properties rather than throwing `Error`.
4
@@ -12,7 +12,7 @@ Like `JSON.stringify`, but handles
12
* `Map` and `Set`
13
* `.toJSON()` method for non-POJOs
14
15
-Try it out on [runkit.com](https://npm.runkit.com/@nuxtjs/devalue).
+Try it out on [runkit.com](https://npm.runkit.com/@nuxt/devalue).
16
17
## Goals:
18
@@ -30,7 +30,7 @@ Try it out on [runkit.com](https://npm.runkit.com/@nuxtjs/devalue).
30
## Usage
31
32
```js
33
-import devalue from '@nuxtjs/devalue';
+import devalue from '@nuxt/devalue';
34
35
let obj = { a: 1, b: 2 };
36
obj.c = 3;
0 commit comments