Skip to content

Commit b382cce

Browse files
committed
fix for publishing
1 parent 08ca52b commit b382cce

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lib
22
index.ts
3-
3+
.vscode
4+
tsconfig.json
45
*.log
5-
66
test.js

package.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compile-run",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "You can execute programs in diff languages using this package",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,7 +17,15 @@
1717
"compile",
1818
"run",
1919
"compile-run",
20-
"execute"
20+
"execute",
21+
"python",
22+
"java",
23+
"node",
24+
"nodejs",
25+
"gcc",
26+
"cpp",
27+
"c",
28+
"c++"
2129
],
2230
"author": "vibhor agrawal <[email protected]>",
2331
"license": "MIT",
@@ -27,5 +35,8 @@
2735
"homepage": "https://github.com/l-ide/compile-run2#readme",
2836
"devDependencies": {
2937
"@types/node": "^10.5.8"
30-
}
31-
}
38+
},
39+
"files": [
40+
"dist"
41+
]
42+
}

0 commit comments

Comments
 (0)