Skip to content

Commit

Permalink
fix: npm install tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed May 6, 2019
1 parent c320843 commit b1e29d3
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 46 deletions.
149 changes: 108 additions & 41 deletions package-lock.json

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

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@open-rpc/examples": "^1.3.0",
"@open-rpc/meta-schema": "^1.3.1",
"@types/fs-extra": "^5.0.5",
"@types/lodash": "^4.14.123",
"@types/jest": "^24.0.11",
"@open-rpc/meta-schema": "^1.3.1",
"@open-rpc/examples": "^1.3.0",
"@types/lodash": "^4.14.123",
"jest": "^24.5.0",
"typescript": "^3.3.3333",
"ts-jest": "^24.0.0"
"ts-jest": "^24.0.0",
"tslint": "^5.16.0",
"typescript": "^3.3.3333"
}
}

0 comments on commit b1e29d3

Please sign in to comment.