dag-rs 0.2.0 → 0.2.1

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ yarn add dag-rs
13
13
 
14
14
  ## Usage
15
15
  ```
16
- import dag from 'dag';
16
+ import dag from 'dag-rs';
17
17
 
18
18
  for (const obj of dag()) {
19
19
  console.log(obj);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dag-rs",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "publishConfig": {