Skip to content

Commit fe37ef5

Browse files
committed
src -> dist in the gem
1 parent 3f0ca6c commit fe37ef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prettier.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
1515
spec.files =
1616
Dir.chdir(__dir__) do
1717
%w[LICENSE bin/console package.json rubocop.yml] +
18-
Dir['{{exe,lib,src}/**/*,*.md}'] +
18+
Dir['{{exe,lib,dist}/**/*,*.md}'] +
1919
Dir[
2020
'node_modules/prettier/{package.json,index.js,doc.js,bin-prettier.js,third-party.js,parser-*.js}'
2121
]

0 commit comments

Comments
 (0)