Skip to content

Commit 72db5b1

Browse files
committed
deploy name moved to package.json
1 parent 55c5b00 commit 72db5b1

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ module.exports = function(grunt) {
244244
var payload = {
245245
oid: panel_oid,
246246
settings: JSON.stringify({
247-
"title": config.name,
247+
"title": pkg.name,
248248
"project": null,
249249
"content": html,
250250
"autoResize": true
@@ -319,7 +319,7 @@ module.exports = function(grunt) {
319319
};
320320

321321
var payload = {
322-
name: "*" + config.name,
322+
name: "*" + pkg.name,
323323
editorMode: 'create',
324324
pid: 'myhome',
325325
oid: 6440917,

deploy/Ugly.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>query-counter-1.0.2-2</title>
4+
<title>query-counter-1.0.2</title>
55
<!-- (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) -->
77

88
<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;
1111
</script>
1212

1313
<script type="text/javascript" src="/apps/2.1/sdk.js"></script>

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
2-
"_comment": "This file is used by grunt",
32
"name": "query-counter",
4-
"version": "1.0.2-2",
3+
"version": "1.0.2",
54
"scripts": {
65
"debug": "grunt debug",
76
"debug:watch": "nodemon --exec grunt debug",

0 commit comments

Comments
 (0)