Skip to content

Commit 0deb626

Browse files
committed
Updated bower.json and package.json
1 parent 40c1f5f commit 0deb626

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

bower.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
{
22
"name": "angular-datetime-input",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
4+
"description": "UI widget for datetime input, converted to an angular directive for your convenience.",
5+
"homepage": "https://github.com/g1eb/angular-datetime-input",
46
"authors": [
57
"Gleb <git@gleb.nl>"
68
],
7-
"description": "UI widget for datetime input, converted to an angular directive for your convenience.",
9+
"license": "MIT",
810
"main": [
911
"dist/datetime-input.min.js",
1012
"dist/datetime-input.min.css"
1113
],
12-
"moduleType": [],
14+
"dependencies": {
15+
"angular": "^1.5.6",
16+
"moment": "^2.13.0"
17+
},
1318
"keywords": [
1419
"angular",
1520
"angularjs",
@@ -21,17 +26,11 @@
2126
"dateinput",
2227
"timeinput"
2328
],
24-
"license": "MIT",
25-
"homepage": "https://github.com/g1eb/angular-datetime-input",
2629
"ignore": [
2730
"**/.*",
2831
"node_modules",
2932
"bower_components",
3033
"test",
3134
"tests"
32-
],
33-
"dependencies": {
34-
"angular": "^1.5.6",
35-
"moment": "^2.13.0"
36-
}
35+
]
3736
}

package.json

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
{
22
"name": "angular-datetime-input",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "UI widget for datetime input, converted to an angular directive for your convenience.",
5+
"homepage": "https://github.com/g1eb/angular-datetime-input#readme",
6+
"author": "gleb",
7+
"license": "MIT",
58
"main": "index.html",
6-
"dependencies": {},
7-
"devDependencies": {
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/g1eb/angular-datetime-input.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/g1eb/angular-datetime-input/issues"
15+
},
16+
"scripts": {
17+
"build": "gulp build"
18+
},
19+
"dependencies": {
820
"angular": "^1.5.6",
21+
"moment": "^2.13.0"
22+
},
23+
"devDependencies": {
924
"gulp": "^3.9.1",
1025
"gulp-angular-embed-templates": "^2.2.0",
1126
"gulp-concat": "^2.6.0",
1227
"gulp-cssnano": "^2.1.2",
13-
"gulp-uglify": "^1.5.3",
14-
"moment": "^2.13.0"
15-
},
16-
"scripts": {
17-
"build": "gulp build"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/g1eb/angular-datetime-input.git"
28+
"gulp-uglify": "^1.5.3"
2229
},
2330
"keywords": [
2431
"angular",
@@ -31,11 +38,5 @@
3138
"picker",
3239
"dateinput",
3340
"timeinput"
34-
],
35-
"author": "Gleb <git@gleb.nl>",
36-
"license": "MIT",
37-
"bugs": {
38-
"url": "https://github.com/g1eb/angular-datetime-input/issues"
39-
},
40-
"homepage": "https://github.com/g1eb/angular-datetime-input#readme"
41+
]
4142
}

0 commit comments

Comments
 (0)