diff --git a/README.md b/README.md index 431410d..a32d2a9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # HighTable +[![npm](https://img.shields.io/npm/v/hightable)](https://www.npmjs.com/package/hightable) [![workflow status](https://github.com/hyparam/hightable/actions/workflows/ci.yml/badge.svg)](https://github.com/hyparam/hightable/actions) [![mit license](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) diff --git a/package.json b/package.json index bf9a727..aefb302 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "type": "git", "url": "git+https://github.com/hyparam/hightable.git" }, - "main": "dist/hightable.js", + "main": "dist/hightable.min.js", "files": [ - "src" + "src", "dist" ], "type": "module", "types": "dist/hightable.d.ts",