Skip to content

Commit eb220f0

Browse files
committed
v0.0.6
1 parent 4f3709b commit eb220f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "rsp-client",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Client Implementation of Runtime Server Protocol",
55
"main": "lib/src/main.js",
66
"types": "lib/src/main.d.ts",
7+
"files": [
8+
"lib/src/**/*.js"
9+
],
710
"scripts": {
811
"prepare": "npm run build",
912
"build": "rm -rf lib/ || rmdir lib /s /q && tslint -p tslint.json && tsc",

0 commit comments

Comments
 (0)