We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4fc16 commit a6bda7bCopy full SHA for a6bda7b
.npmignore
@@ -2,4 +2,6 @@
2
**/*
3
4
# override above and include dist files
5
-!dist/
+!dist/index.js
6
+!dist/index.d.ts
7
+!dist/index.js.LICENSE.txt
package.json
@@ -1,6 +1,6 @@
1
{
"name": "javascript-code-runner",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Run your JavaScript code snippets in the browser. A sandboxed JavaScript interpreter.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments