Skip to content

Commit a6bda7b

Browse files
committed
update package
1 parent bc4fc16 commit a6bda7b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
**/*
33

44
# override above and include dist files
5-
!dist/
5+
!dist/index.js
6+
!dist/index.d.ts
7+
!dist/index.js.LICENSE.txt

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "javascript-code-runner",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Run your JavaScript code snippets in the browser. A sandboxed JavaScript interpreter.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)