Skip to content

Commit

Permalink
chore(dev): change paths to use
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejsharapov committed Nov 14, 2022
1 parent 7cd18e1 commit f2253f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
File renamed without changes.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
}
File renamed without changes.

0 comments on commit f2253f9

Please sign in to comment.