From 590a915d5368d2c482d632d952d676e0c32b2924 Mon Sep 17 00:00:00 2001 From: hromero Date: Thu, 27 Dec 2018 15:31:17 -0700 Subject: [PATCH] Add repository to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4ae8894..affdf37 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "private": false, "main": "src/main.js", "author": "Hector Romero Granillo", + "repository": "https://github.com/tochoromero/vuejs-smart-table", "license": "MIT", "scripts": { "build": "vue-cli-service build --target lib --name smart-table src/main.js",