Skip to content

Commit c8c7473

Browse files
author
Eduardo Sarmiento
committed
Changing version # to 0.2.0 and removing unnecessary base href tag.
1 parent 19cd182 commit c8c7473

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "@tss/cron-editor",
2+
"name": "cron-editor",
33
"description": "A cron expression generator for Angular 2+",
44
"author": "Claudiu Constantin",
55
"contributors": [
66
"Eduardo Sarmiento"
77
],
8-
"version": "0.1.6",
8+
"version": "0.2.0",
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",
12-
"url": "git://github.com/claudiuconstantin/cron-editor"
12+
"url": "git://github.com/esarmientoe/cron-editor"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/claudiuconstantin/cron-editor/issues"
15+
"url": "https://github.com/esarmientoe/cron-editor/issues"
1616
},
17-
"homepage": "https://github.com/claudiuconstantin/cron-editor",
17+
"homepage": "https://github.com/esarmientoe/cron-editor",
1818
"keywords": [
1919
"angular",
2020
"cron",

src/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<head>
55
<meta charset="utf-8">
66
<title>CronEditor</title>
7-
<base href="/">
87

98
<meta name="viewport" content="width=device-width, initial-scale=1">
109
<link rel="icon" type="image/x-icon" href="favicon.ico">

0 commit comments

Comments
 (0)