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 a367485 commit 23cd76eCopy full SHA for 23cd76e
1 file changed
package.json
@@ -1,9 +1,13 @@
1
{
2
"name": "xapi-validation",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Validation library for the xAPI.",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
7
+ "repository" : {
8
+ "type" : "git",
9
+ "url" : "https://github.com/LearningLocker/xapi-validation.git"
10
+ },
11
"scripts": {
12
"test": "./node_modules/mocha/bin/mocha dist/**/*.test.js",
13
"test-watch": "./node_modules/mocha/bin/mocha dist/**/*.test.js --watch",
0 commit comments