Skip to content

Commit

Permalink
chore: publish only lib folder and license
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Dec 4, 2023
1 parent c0b5191 commit cb6b5e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "Tries to isolate execution of untrusted code",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"LICENSE"
],
"scripts": {
"test": "mocha --recursive --check-leaks --timeout 5000 --file test/global-mocha-setup.js",
"coverage": "nyc mocha --check-leaks --timeout 5000 --file test/global-mocha-setup.js",
Expand Down

0 comments on commit cb6b5e3

Please sign in to comment.