From d45038ccc585a8f788d41730dc0553e236030a4b Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 18 Jul 2017 19:37:24 +0700 Subject: [PATCH] Adapt package.json --- plugins/talk-plugin-featured-comments/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/talk-plugin-featured-comments/package.json b/plugins/talk-plugin-featured-comments/package.json index 0ecae78be..8314148a3 100644 --- a/plugins/talk-plugin-featured-comments/package.json +++ b/plugins/talk-plugin-featured-comments/package.json @@ -1,8 +1,8 @@ { - "name": "talk-plugin-featured-comments", - "version": "1.0.0", - "description": "", + "name": "@coralproject/talk-plugin-featured-comments", + "version": "0.0.1", + "description": "Provides support for featured comments", "main": "index.js", - "author": "Belen Curcio ", - "license": "ISC" + "author": "The Coral Project Team ", + "license": "Apache-2.0" }