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

Commit 1e56d31

Browse files
committed
fixed main for npm
1 parent 182c9a9 commit 1e56d31

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A datepicker directive for angularjs.",
55
"authors": [
66
"Filippo Oretti <filippo.oretti@gmail.com",
@@ -9,6 +9,9 @@
99
"keywords": [
1010
"date",
1111
"datepicker",
12+
"input",
13+
"angularjs",
14+
"angular",
1215
"input"
1316
],
1417
"main": [

dist/angular-datepicker.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "angularjs-datepicker",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A datepicker directive for angularjs.",
55
"homepage": "http://720kb.github.io/angular-datepicker",
66
"keywords": [
77
"date",
88
"datepicker",
9+
"input",
10+
"angularjs",
11+
"angular",
912
"input"
1013
],
14+
"main": [
15+
"dist/angular-datepicker.min.js",
16+
"dist/angular-datepicker.min.css"
17+
],
1118
"repository": {
1219
"type": "git",
1320
"url": "https://github.com/720kb/angular-datepicker.git"

0 commit comments

Comments
 (0)