We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f3709b commit eb220f0Copy full SHA for eb220f0
package.json
@@ -1,9 +1,12 @@
1
{
2
"name": "rsp-client",
3
- "version": "0.0.5",
+ "version": "0.0.6",
4
"description": "Client Implementation of Runtime Server Protocol",
5
"main": "lib/src/main.js",
6
"types": "lib/src/main.d.ts",
7
+ "files": [
8
+ "lib/src/**/*.js"
9
+ ],
10
"scripts": {
11
"prepare": "npm run build",
12
"build": "rm -rf lib/ || rmdir lib /s /q && tslint -p tslint.json && tsc",
0 commit comments