Skip to content

Commit

Permalink
Leave only neccessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
esseswann committed Sep 20, 2023
1 parent 91990e8 commit 8bf6bdd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esseswann/lev",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"urL": "git+https://github.com/esseswann/lev.git",
"type": "git"
Expand All @@ -9,6 +9,11 @@
"email": "[email protected]",
"name": "jsus"
},
"files": [
"lib",
"package.json",
"README.md"
],
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 8bf6bdd

Please sign in to comment.