Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 1410d2d

Browse files
committed
Changed "main" field in bower.json to include only non-minified files
1 parent e2ab240 commit 1410d2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"license": "MIT",
1818
"main": [
19-
"./dist/angular-datepicker.min.css",
20-
"./dist/angular-datepicker.min.js",
19+
"./dist/angular-datepicker.css",
20+
"./dist/angular-datepicker.js",
2121
"./dist/angular-datepicker.sourcemap.map"
2222
],
2323
"homepage": "http://720kb.github.io/angular-datepicker",

0 commit comments

Comments
 (0)