Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Add LICENSE.md and index.js to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelig committed Apr 10, 2018
1 parent 4215889 commit 1ec754a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion polaris_tokens.gemspec
Expand Up @@ -15,6 +15,12 @@ Gem::Specification.new do |s|
s.homepage = 'https://github.com/Shopify/polaris-tokens#readme'
s.summary = 'Design Tokens for the Polaris Design System'
s.description = 'Design Tokens for the Polaris Design System'
s.files = Dir["{dist,lib}/**/*", 'README.md', 'package.json']
s.files = Dir[
"{dist,lib}/**/*",
'README.md',
'LICENSE.md',
'package.json',
'index.js'
]
s.require_paths = ['lib']
end

0 comments on commit 1ec754a

Please sign in to comment.