Skip to content

Commit a367485

Browse files
committed
Corrects dependencies and installation.
1 parent bd7e38c commit a367485

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"duplication": "./node_modules/jscpd/bin/jscpd"
1717
},
1818
"dependencies": {
19-
"lodash": "^4.17.4",
2019
"rulr": "^1.1.0"
2120
},
2221
"devDependencies": {
22+
"lodash": "^4.17.4",
2323
"@types/lodash": "^4.14.45",
2424
"@types/mocha": "^2.2.35",
2525
"@types/node": "^7.0.0",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Test Coverage](https://codecov.io/gh/LearningLocker/xapi-validation/branch/master/graph/badge.svg)](https://codecov.io/gh/LearningLocker/xapi-validation)
88

99
```js
10-
npm install --save git+https://git@github.com/LearningLocker/xapi-validation.git
10+
npm install --save xapi-validation
1111
```
1212

1313
## Why?

0 commit comments

Comments
 (0)