Skip to content

Commit

Permalink
Merge pull request exceljs#807 from zypA13510/patch-1
Browse files Browse the repository at this point in the history
copy LICENSE to the dist folder
  • Loading branch information
guyonroche authored May 16, 2019
2 parents 9bf2eac + 9824b98 commit 8c95dba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2017 Guyon Roche
Copyright (c) 2014-2019 Guyon Roche

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ module.exports = function(grunt) {

copy: {
dist: {
files: [{ expand: true, src: ['**'], cwd: './build/lib', dest: './dist/es5' }, { src: './build/lib/exceljs.nodejs.js', dest: './dist/es5/index.js' }],
},
files: [
{ expand: true, src: ['**'], cwd: './build/lib', dest: './dist/es5' },
{ src: './build/lib/exceljs.nodejs.js', dest: './dist/es5/index.js'},
{ src: './LICENSE', dest: './dist/LICENSE'},
]
}
},

jasmine: {
Expand Down

0 comments on commit 8c95dba

Please sign in to comment.