We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e38c commit a367485Copy full SHA for a367485
2 files changed
package.json
@@ -16,10 +16,10 @@
16
"duplication": "./node_modules/jscpd/bin/jscpd"
17
},
18
"dependencies": {
19
- "lodash": "^4.17.4",
20
"rulr": "^1.1.0"
21
22
"devDependencies": {
+ "lodash": "^4.17.4",
23
"@types/lodash": "^4.14.45",
24
"@types/mocha": "^2.2.35",
25
"@types/node": "^7.0.0",
readme.md
@@ -7,7 +7,7 @@
7
[](https://codecov.io/gh/LearningLocker/xapi-validation)
8
9
```js
10
-npm install --save git+https://git@github.com/LearningLocker/xapi-validation.git
+npm install --save xapi-validation
11
```
12
13
## Why?
0 commit comments