tiny-spark 0.1.2-beta.1 → 0.2.0

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
@@ -22,7 +22,7 @@ npm i tiny-spark
22
22
  Import the file in your project:
23
23
 
24
24
  ```js
25
- import { render } from "tiny-spark/dist/tiny-spark.es";
25
+ import { render } from "tiny-spark";
26
26
 
27
27
  // If you need to fetch data, call render afterwards
28
28
  getData().then(render);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tiny-spark",
3
3
  "private": false,
4
- "version": "0.1.2-beta.1",
4
+ "version": "0.2.0",
5
5
  "type": "module",
6
6
  "description": "An elegant, reactive and responsive sparkline chart solution without dependency.",
7
7
  "author": "Alec Lloyd Probert",