Skip to content

Commit

Permalink
Merge pull request #4 from LaunchPadLab/hotfix/specify-files
Browse files Browse the repository at this point in the history
Only include index.json on publish
  • Loading branch information
chawes13 authored Aug 3, 2023
2 parents bb0b4e9 + fc029b5 commit dba980f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@launchpadlab/prettier-config",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.json",
"repository": "https://github.com/launchpadlab/prettier-config",
"author": "dpikt",
"license": "MIT",
"files": ["index.json"],
"peerDependencies": {
"prettier": "^1.0 || ^2.0 || ^3.0"
}
Expand Down

0 comments on commit dba980f

Please sign in to comment.