Skip to content

Commit

Permalink
Merge pull request #23 from oliviacarlisle/dev
Browse files Browse the repository at this point in the history
Improve docs on package size
  • Loading branch information
oliviacarlisle authored Oct 21, 2024
2 parents 8751af5 + c231c57 commit a7105ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# dslib-core

[![npm](https://img.shields.io/npm/v/dslib-core.svg)](https://www.npmjs.com/package/dslib-core)
[![npm](https://img.shields.io/github/release-date/oliviacarlisle/dslib-core)](https://www.npmjs.com/package/dslib-core)
[![npm version](https://img.shields.io/npm/v/dslib-core.svg)](https://www.npmjs.com/package/dslib-core)
[![npm release date](https://img.shields.io/github/release-date/oliviacarlisle/dslib-core)](https://www.npmjs.com/package/dslib-core)
[![Build Status](https://img.shields.io/github/actions/workflow/status/oliviacarlisle/dslib-core/ci.yml)](https://github.com/oliviacarlisle/dslib-core/actions)
[![codecov](https://codecov.io/gh/oliviacarlisle/dslib-core/graph/badge.svg?token=SVPFWK8OW9)](https://codecov.io/gh/oliviacarlisle/dslib-core)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![NPM Unpacked Size](https://img.shields.io/npm/unpacked-size/dslib-core)
[![install size](https://packagephobia.com/badge?p=dslib-core)](https://packagephobia.com/result?p=dslib-core)
![npm package minimized gzipped size](https://img.shields.io/bundlejs/size/dslib-core)

A robust and efficient data structures library.
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit a7105ec

Please sign in to comment.