Skip to content

Commit 7c756b9

Browse files
author
Georgi Peltekov
committed
Add dist folder
1 parent 6b8ac7b commit 7c756b9

14 files changed

+62415
-3
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
!e2e
33
!lib
4+
!dist
45
!.editorconfig
56
!.gitignore
67
!.travis.yml
@@ -21,5 +22,5 @@ npm-debug.log
2122
Thumbs.db
2223
.DS_Store
2324
# Ignored files
24-
*.js
25-
*.map
25+
#*.js
26+
#*.map

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Change Log
2+
### [1.0.14](https://github.com/georgipeltekov/ngx-file-drop/compare/v1.0.13...v1.0.14) (2017-10-19)
3+
* Add dist folder with .js and .js.map files
4+
25
### [1.0.13](https://github.com/georgipeltekov/ngx-file-drop/compare/v1.0.12...v1.0.13) (2017-10-13)
36
* Fix typo in Readme
47
* Add ng-content tag to support nested components within drag/drop region

dist/inline.bundle.js

+146
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/inline.bundle.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)