Skip to content

Commit 5ba0817

Browse files
author
taylorhakes
committed
Fixed bower.json to valid JSON file
1 parent ab462c2 commit 5ba0817

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

bower.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
name: 'fecha',
3-
main: 'fecha.js',
4-
version: '0.2.1',
5-
homepage: 'https://github.com/taylorhakes/fecha',
6-
authors: [
7-
'Taylor Hakes'
2+
"name": "fecha",
3+
"main": "fecha.js",
4+
"version": "0.2.1",
5+
"homepage": "https://github.com/taylorhakes/fecha",
6+
"authors": [
7+
"Taylor Hakes"
88
],
9-
description: 'Date formatting and parsing',
10-
moduleType: [
11-
'amd',
12-
'globals',
13-
'node'
9+
"description": "Date formatting and parsing",
10+
"moduleType": [
11+
"amd",
12+
"globals",
13+
"node"
1414
],
15-
keywords: [
16-
'date',
17-
'parse',
18-
'moment',
19-
'format',
20-
'fecha',
21-
'formatting'
15+
"keywords": [
16+
"date",
17+
"parse",
18+
"moment",
19+
"format",
20+
"fecha",
21+
"formatting"
2222
],
23-
license: 'MIT',
24-
ignore: [
25-
'**/.*',
26-
'node_modules',
27-
'bower_components',
28-
'test',
29-
'tests'
23+
"license": "MIT",
24+
"ignore": [
25+
"**/.*",
26+
"node_modules",
27+
"bower_components",
28+
"test",
29+
"tests"
3030
],
31-
devDependencies: {
31+
"devDependencies": {
3232
"karma": "^0.12.31",
3333
"jasmine-core": "^2.1.3",
3434
"karma-jasmine": "^0.3.4",

0 commit comments

Comments
 (0)