Skip to content

Commit

Permalink
fixing issue with cometd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckJonas committed May 15, 2019
1 parent 663d7d5 commit 85c33a0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-force-project",
"version": "2.5.1",
"version": "2.5.2",
"description": "",
"scripts": {
"postinstall": "cd ts-force && npm install && npm run build && cd ../ts-force-gen && npm install",
Expand Down
19 changes: 15 additions & 4 deletions ts-force/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ts-force/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@types/cometd": "^4.0.4",
"axios": "^0.18.0",
"cometd": "^4.0.3",
"cometd": "4.0.3",
"qs": "^6.5.1",
"reflect-metadata": "^0.1.10",
"tslib": "^1.6.0"
Expand Down

0 comments on commit 85c33a0

Please sign in to comment.