Skip to content

Commit 132fcaf

Browse files
committed
Changed update date
1 parent 64abe28 commit 132fcaf

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ material-dashboard-angular
147147

148148
V1.0.0 - 30 Jan 2017 [initial Release]
149149
V1.1.0 - small fixed
150-
V1.1.1 - 20 March (V1.1.0 from Material Dashboard HTML)
150+
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
151151
- added "@types/core-js": "0.9.35" in package
152152
- added "upgrade to pro" page
153153

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
V1.0.0 - 30 Jan 2017 [initial Release]
22
V1.1.0 - small fixed
3-
V1.1.1 - 20 March (V1.1.0 from Material Dashboard HTML)
3+
V1.1.1 - 21 March (V1.1.0 from Material Dashboard HTML)
44
- added "@types/core-js": "0.9.35" in package
55
- added "upgrade to pro" page

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
"tsc": "tsc",
88
"tsc:w": "tsc -w"
99
},
10-
"licenses": [
11-
{
12-
"type": "MIT",
13-
"url": "https://github.com/creativetimofficial/material-dashboard-angular/blob/master/LICENSE.md"
14-
}
15-
],
16-
"dependencies": {
10+
"license":"MIT",
11+
"repository" :
12+
{ "type" : "git",
13+
"url" : "https://github.com/creativetimofficial/material-dashboard-angular.git"
14+
},
15+
"dependencies": {
1716
"@angular/common": "~2.2.2",
1817
"@angular/compiler": "~2.2.2",
1918
"@angular/core": "~2.2.2",

0 commit comments

Comments
 (0)