Skip to content

Commit

Permalink
Added contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky committed Dec 20, 2021
1 parent 6448eea commit 66c412d
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 @@ -3,7 +3,12 @@
"license": "MIT",
"description": "Tags autocomplete plugin for Sanity Studio",
"version": "1.0.1",
"author": "Art Rosnovsky <[email protected]>",
"author": "Art Rosnovsky <[email protected]> (https://rosnovsky.us)",
"homepage": "https://www.sanity.io/plugins/autocomplete-tags",
"contributors": [
"Sean Holbert (https://twitter.com/wildseansy)",
"Racheal Larimer <[email protected]> (https://github.com/rlpennell)"
],
"keywords": [
"sanity",
"sanity studio",
Expand All @@ -14,6 +19,7 @@
"main": "build/index.js",
"scripts": {
"build": "babel src -d build --copy-files",
"dev": "babel src -d build --copy-files --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
Expand Down

0 comments on commit 66c412d

Please sign in to comment.