Skip to content

Commit 72e8ecd

Browse files
v29.1.33
1 parent 42b60ab commit 72e8ecd

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
</environment>
4444
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
4545
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
46+
<link href="https://cdn.syncfusion.com/ej2/29.1.33/material.css" rel="stylesheet" type="text/css">
4647

4748
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js"></script>
4849
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.3.7/bootstrap.min.js"></script>
@@ -53,7 +54,7 @@
5354
<script src="~/js/crossroads.js"></script>
5455
<script src="~/js/hasher.min.js"></script>
5556
<script src="~/js/common.data.js"></script>
56-
<script src="https://cdn.syncfusion.com/ej2/28.1.33/dist/ej2.min.js"></script>
57+
<script src="https://cdn.syncfusion.com/ej2/29.1.33/dist/ej2.min.js"></script>
5758
<script src="~/js/timer.jquery.js"></script>
5859
<script src="~/js/signalr.min.js"></script>
5960
<script src="~/js/jquery.qrcode.js"></script>

package.json

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"name": "ej2-aspnetcore-story-estimator",
3-
"version": "1.0.0",
4-
"description": "Essential JS 2 ASP.Net Core - Story Estimator",
5-
"author": "Syncfusion Inc.",
6-
"license": "SEE LICENSE IN license",
7-
"keywords": [
8-
"ej2",
9-
"ej2-aspcore",
10-
"ej2-aspcore-samples"
11-
],
12-
"repository": {
13-
"type": "git",
14-
"url": "https://gitlab.syncfusion.com/essential-studio/ej2-aspcore-samples.git"
15-
},
16-
"devDependencies": {
2+
"name": "ej2-aspnetcore-story-estimator",
3+
"version": "1.0.0",
4+
"description": "Essential JS 2 ASP.Net core - Story-Estimator",
5+
"author": "Syncfusion Inc.",
6+
"license": "SEE LICENSE IN license",
7+
"keywords": [
8+
"aspnetcore-story-estimator",
9+
"ej2-aspnetcore-story-estimator",
10+
"core-story-estimator"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/essential-studio/ej2-aspnetcore-story-estimator.git"
15+
},
16+
"devDependencies": {
1717
"del": "^3.0.0",
1818
"glob": "^7.1.2",
1919
"gulp": "^4.0.2",
@@ -32,7 +32,10 @@
3232
"require-dir": "^0.3.2",
3333
"shelljs": "^0.8.5",
3434
"simple-git": "^3.16.0"
35-
},
36-
"config": {},
37-
"scripts": {}
35+
},
36+
"config": {},
37+
"scripts": {
38+
"aspnet-publish": "gulp dotnet-publish",
39+
"ci-deploy": "gulp ftp-deploy"
40+
}
3841
}

0 commit comments

Comments
 (0)