Skip to content

Commit

Permalink
fix: build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sahinvardar authored May 22, 2023
1 parent 1df1547 commit 929adab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@vardario/cookies",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"main": "dist/index.js",
"main": "lib/index.js",
"type": "module",
"files": [
"/lib"
Expand All @@ -18,7 +18,7 @@
},
"scripts": {
"test": "vitest run",
"build": "tsup --format esm src/index.ts"
"build": "tsc --build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 929adab

Please sign in to comment.