Skip to content

Commit

Permalink
feat: add more info to instantsearch-codemods package.json (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-giraudet authored and Haroenv committed Aug 7, 2023
1 parent a6ea995 commit 279a70e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packages/instantsearch-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"name": "instantsearch-codemods",
"description": "Codemods for Algolia InstantSearch libraries",
"version": "0.0.0",
"license": "MIT",
"source": "src/codeshift.config.js",
"main": "dist/codeshift.config.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/algolia/instantsearch"
},
"author": {
"name": "Algolia, Inc.",
"url": "https://www.algolia.com"
},
"keywords": [
"algolia",
"instantsearch",
"react",
"codemods"
],
"scripts": {
"dev": "codeshift",
"build": "parcel build"
Expand Down

0 comments on commit 279a70e

Please sign in to comment.