Add package.json to gemspec files so Narwhal integrations works when installed as a gem.

This commit is contained in:
tlrobinson
2009-12-28 12:45:47 -08:00
parent 350cb623ae
commit 4abd88f2a9

View File

@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.executables = ['coffee']
s.files = Dir['bin/*', 'examples/*', 'lib/**/*', 'coffee-script.gemspec', 'LICENSE', 'README']
s.files = Dir['bin/*', 'examples/*', 'lib/**/*', 'coffee-script.gemspec', 'LICENSE', 'README', 'package.json']
end