Skip to content

Commit

Permalink
update package json
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Oct 1, 2020
1 parent 2c24a5a commit 83a49ea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
"name": "smart-tagz",
"version": "0.1.7",
"license": "MIT",
"description": "smart input tags component for Vue 3",
"description": "A Smart input tags component for Vue 3",
"author": {
"name": "Prabhu Murthy",
"url": "https://www.prabhumurthy.com"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"rollup": "rimraf ./dist && rollup -c",
"lint:css": "stylelint src/**/*.vue",
"lint": "eslint src/**/*.vue"
},
"repository": {
"type": "git",
"url": "https://github.com/prabhuignoto/smart-tagz"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down

1 comment on commit 83a49ea

@vercel
Copy link

@vercel vercel bot commented on 83a49ea Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.