Skip to content

Commit

Permalink
fix: shared licence field
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed Sep 19, 2023
1 parent 49bd007 commit e563f52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fig/autocomplete-shared",
"version": "1.1.1",
"version": "1.1.2",
"description": "Internal shared utilities for working with Fig specs",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -20,6 +20,7 @@
"prepack": "yarn build"
},
"author": "Fig Team",
"license": "MIT",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.5.0",
Expand Down

0 comments on commit e563f52

Please sign in to comment.