Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dgolovin committed Jan 24, 2019
1 parent 4f3709b commit eb220f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "rsp-client",
"version": "0.0.5",
"version": "0.0.6",
"description": "Client Implementation of Runtime Server Protocol",
"main": "lib/src/main.js",
"types": "lib/src/main.d.ts",
"files": [
"lib/src/**/*.js"
],
"scripts": {
"prepare": "npm run build",
"build": "rm -rf lib/ || rmdir lib /s /q && tslint -p tslint.json && tsc",
Expand Down

0 comments on commit eb220f0

Please sign in to comment.