Skip to content

Commit cdf32ab

Browse files
committed
Fix #488: Publish to npm
1 parent cdb63e7 commit cdf32ab

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput`
33

44
## version 4.2.8
55

6-
**Date:** 23-Oct-2015
6+
**Date:** 05-Nov-2015
77

88
1. Update bootstrap bower version to support only 3.x variants.
99
2. Implement package.json.
@@ -15,6 +15,7 @@ Change Log: `bootstrap-fileinput`
1515
8. (enh #477): Fix IE10 specific styling bug for file input block button.
1616
9. (enh #481): Universal Module Definition for use with CommonJS, AMD or browser globals.
1717
10. (bug #483): Clear and reset native input after uploading each single file thumbnail.
18+
11. (enh #488): Publish to npm.
1819

1920
## version 4.2.7
2021

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"bugs": {
1414
"url": "https://github.com/kartik-v/bootstrap-fileinput/issues"
1515
},
16-
"main": [
17-
"./css/fileinput.min.css",
18-
"./js/fileinput.min.js"
19-
],
2016
"keywords": [
2117
"bootstrap",
2218
"file",

0 commit comments

Comments
 (0)