Skip to content

Commit 23cd76e

Browse files
committed
Adds repository to package.
1 parent a367485 commit 23cd76e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "xapi-validation",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Validation library for the xAPI.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
7+
"repository" : {
8+
"type" : "git",
9+
"url" : "https://github.com/LearningLocker/xapi-validation.git"
10+
},
711
"scripts": {
812
"test": "./node_modules/mocha/bin/mocha dist/**/*.test.js",
913
"test-watch": "./node_modules/mocha/bin/mocha dist/**/*.test.js --watch",

0 commit comments

Comments
 (0)