Skip to content

Commit

Permalink
Exclude bundled files
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Sep 14, 2023
1 parent 2f5bb0f commit 50835dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
{
"name": "@newfrgmnt/alma",
"version": "0.0.4",
"version": "0.0.6",
"main": "build/index.js",
"description": "",
"files": [
"build/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/newfrgmnt/alma.git"
},
"scripts": {
"build": "tsc",
"preinstall": "npx patch-package",
"prepare": "npm run build",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"keywords": [],
Expand Down

0 comments on commit 50835dd

Please sign in to comment.