Skip to content

Commit

Permalink
update package json with relevant keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Cody committed Jun 20, 2018
1 parent 00b41ef commit 215d0c7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "vue-lazy-background-sizes",
"main": "./dist/lazy-background-image.common.js",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand All @@ -23,5 +22,12 @@
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "https://github.com/codytooker/vue-lazy-bg-sizes.git"
},
"keywords": [
"vue"
]
}

0 comments on commit 215d0c7

Please sign in to comment.