File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ module.exports = function(grunt) {
244
244
var payload = {
245
245
oid : panel_oid ,
246
246
settings : JSON . stringify ( {
247
- "title" : config . name ,
247
+ "title" : pkg . name ,
248
248
"project" : null ,
249
249
"content" : html ,
250
250
"autoResize" : true
@@ -319,7 +319,7 @@ module.exports = function(grunt) {
319
319
} ;
320
320
321
321
var payload = {
322
- name : "*" + config . name ,
322
+ name : "*" + pkg . name ,
323
323
editorMode : 'create' ,
324
324
pid : 'myhome' ,
325
325
oid : 6440917 ,
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html>
3
3
<head>
4
- <title>query-counter-1.0.2-2 </title>
4
+ <title>query-counter-1.0.2</title>
5
5
<!-- (c) 2017 CA Technologies. All Rights Reserved. -->
6
- <!-- Build Date: Tue Sep 11 2018 15:39:37 GMT+0000 (UTC) -->
6
+ <!-- Build Date: Wed Sep 12 2018 14:55:39 GMT+0000 (UTC) -->
7
7
8
8
<script type="text/javascript">
9
- var APP_BUILD_DATE = "Tue Sep 11 2018 15:39:37 GMT+0000 (UTC)";
10
- var CHECKSUM = 13371205654 ;
9
+ var APP_BUILD_DATE = "Wed Sep 12 2018 14:55:39 GMT+0000 (UTC)";
10
+ var CHECKSUM = 13368070582 ;
11
11
</script>
12
12
13
13
<script type="text/javascript" src="/apps/2.1/sdk.js"></script>
Original file line number Diff line number Diff line change 1
1
{
2
- "_comment" : " This file is used by grunt" ,
3
2
"name" : " query-counter" ,
4
- "version" : " 1.0.2-2 " ,
3
+ "version" : " 1.0.2" ,
5
4
"scripts" : {
6
5
"debug" : " grunt debug" ,
7
6
"debug:watch" : " nodemon --exec grunt debug" ,
You can’t perform that action at this time.
0 commit comments