From 0ae192a979b1f1832179312e05cab775f5abceed Mon Sep 17 00:00:00 2001 From: bmarkov Date: Mon, 14 May 2018 13:21:05 +0300 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1d082dc..f59f294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smarthtmlelements/smart-accordion", - "version": "1.0.3", + "version": "1.0.4", "description": "Smart Accordion", "scripts": { }, @@ -9,7 +9,7 @@ "url": "git+https://github.com/HTMLElements/smart-accordion.git" }, "author": "Smart HTML Elements", - "license": "SEE LICENSE IN http://www.htmlelements.com/pricing/", + "license": "SEE LICENSE IN https://www.htmlelements.com/pricing/", "bugs": { "url": "https://github.com/HTMLElements/smart-accordion" }, @@ -19,7 +19,7 @@ }, "dependencies": { "@webcomponents/webcomponentsjs": "^1.0.22", - "@smarthtmlelements/smarthtmlelements-core": "^1.0.1" + "@smarthtmlelements/smart-core": "^1.0.1" }, "main": "index.js", "directories": {},