Skip to content

Commit

Permalink
Merge pull request #18 from Noriller/13-invalid-main-field-in-package…
Browse files Browse the repository at this point in the history
…json

build: 🐛 fixing package.json "main"
  • Loading branch information
Noriller authored Apr 28, 2023
2 parents af727ff + 8ca2bb9 commit ce44a43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@noriller/easy-filter",
"private": false,
"version": "2.0.5",
"version": "2.0.6",
"description": "EasyFilter is a lightweight, zero dependencies, minimal setup, intuitive and powerful filter for all your filter needs.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"scripts": {
"lint": "eslint --ignore-path .gitignore --fix .",
Expand Down

0 comments on commit ce44a43

Please sign in to comment.