Skip to content

Commit

Permalink
Adds repository to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Jan 21, 2017
1 parent a367485 commit 23cd76e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "xapi-validation",
"version": "1.0.0",
"version": "1.0.1",
"description": "Validation library for the xAPI.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository" : {
"type" : "git",
"url" : "https://github.com/LearningLocker/xapi-validation.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha dist/**/*.test.js",
"test-watch": "./node_modules/mocha/bin/mocha dist/**/*.test.js --watch",
Expand Down

0 comments on commit 23cd76e

Please sign in to comment.