Skip to content

Commit

Permalink
Fixed missing README in package, hence npmjs.com wasn't updated...
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ghilini committed Nov 2, 2017
1 parent f70980b commit 533ee47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const ROLLUP_GLOBALS = {
*/
const PREP_DIST_FILES = {
SRC: [
"README.md",
"LICENSE",
"./src/_datatable-theme.scss",
"./tmp/es5/ng2-md-datatable.es5.metadata.json",
"./tmp/es2015/ng2-md-datatable.metadata.json",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-md-datatable",
"version": "1.5.1",
"version": "1.5.2",
"description": "Angular 4+ DataTable component for using with Material Design 2",
"author": {
"name": "Fred Ghilini",
Expand Down

0 comments on commit 533ee47

Please sign in to comment.