From f2253f9c987274a1942bc5a3d86117755012b59c Mon Sep 17 00:00:00 2001 From: Andrej Sharapov Date: Mon, 14 Nov 2022 23:13:56 +0300 Subject: [PATCH] chore(dev): change paths to use --- src/index.js => index.js | 0 package.json | 36 ++++++++++++++++++------------------ src/shadows.js => shadows.js | 0 3 files changed, 18 insertions(+), 18 deletions(-) rename src/index.js => index.js (100%) rename src/shadows.js => shadows.js (100%) diff --git a/src/index.js b/index.js similarity index 100% rename from src/index.js rename to index.js diff --git a/package.json b/package.json index 8645bdb..68d49aa 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,28 @@ "name": "vue-box-shadows", "version": "2.0.1", "private": false, + "description": "Collection of CSS box-shadows for every taste contains more than 100 simple, beautiful and airy shadows.", + "main": "index.js", + "author": "Andrej Sharapov", + "license": "MIT", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint" }, + "repository": { + "type": "git", + "url": "git+https://github.com/andrejsharapov/vue-box-shadows.git" + }, + "homepage": "https://github.com/andrejsharapov/vue-box-shadows#readme", + "bugs": { + "url": "https://github.com/andrejsharapov/vue-box-shadows/issues", + "keywords": [ + "vue", + "css", + "box-shadow" + ] + }, "devDependencies": { "@vue/cli-plugin-babel": "~5.0.8", "@vue/cli-plugin-eslint": "~4.5.19", @@ -38,22 +55,5 @@ "> 1%", "last 2 versions", "not dead" - ], - "description": "Collection of CSS box-shadows for every taste contains more than 100 simple, beautiful and airy shadows.", - "main": "src/index.js", - "author": "Andrej Sharapov", - "license": "MIT", - "repository": { - "type": "git", - "url": "git+https://github.com/andrejsharapov/vue-box-shadows.git" - }, - "keywords": [ - "vue", - "css", - "box-shadow" - ], - "bugs": { - "url": "https://github.com/andrejsharapov/vue-box-shadows/issues" - }, - "homepage": "https://github.com/andrejsharapov/vue-box-shadows#readme" + ] } diff --git a/src/shadows.js b/shadows.js similarity index 100% rename from src/shadows.js rename to shadows.js