Skip to content

Commit

Permalink
chore: add types field to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharf5 committed Sep 14, 2022
1 parent 53ed5f0 commit 20a7a57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ README.md
.gitignore
.eslintignore
.eslintrc.js
README.md
LICENSE
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "dynamic-class-list",
"version": "2.0.1",
"description": "A js package to get a string of dynamic and conditional css classes",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"build-watch": "rollup -c -w",
Expand Down

0 comments on commit 20a7a57

Please sign in to comment.