Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
feat(build): include readme and changelog in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Dec 13, 2015
1 parent 2ab5940 commit 78650a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ module.exports = function (grunt) {
release: {
files: [
{src: 'package.json', dest: '<%- outPath %>/'},
{src: 'CHANGELOG.md', dest: '<%- outPath %>/'},
{src: 'README.md', dest: '<%- outPath %>/'},
// Individual style and html files
// NOTE: Individual js/d.ts outputs are handled by the build task for release
{expand: true, cwd: 'ng2-material/', src: ['**/*.css'], dest: '<%- outPath %>/'},
Expand Down

0 comments on commit 78650a8

Please sign in to comment.