diff --git a/README.md b/README.md index 00bed9a..dbf1e9f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ * ...or include within your HTML ```html - + ``` #### Usage diff --git a/package.json b/package.json index 80bd282..56e601c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frappe-charts", - "version": "0.0.2", + "version": "0.0.3", "description": "https://frappe.github.io/charts", "main": "dist/frappe-charts.min.cjs.js", "module": "dist/frappe-charts.min.esm.js", @@ -8,6 +8,9 @@ "directories": { "doc": "docs" }, + "files":[ + "dist" + ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "rollup -c --watch",