Skip to content

Commit 1900c81

Browse files
committed
tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build
1 parent 9db6f82 commit 1900c81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
machine:
2+
node:
3+
version: 4.0
24
environment:
35
GOPATH: "/home/ubuntu/.go_workspace"
46
ORG_PATH: "github.com/grafana"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"tslint": "^2.5.0-beta"
5454
},
5555
"engines": {
56-
"node": "0.10.x",
57-
"npm": "1.2.x"
56+
"node": "0.4.x",
57+
"npm": "2.14.x"
5858
},
5959
"scripts": {
6060
"test": "grunt test",

public/app/features/dashboard/timepicker/timepicker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,6 @@ export function settingsDirective() {
202202
templateUrl: 'app/features/dashboard/timepicker/settings.html',
203203
controller: TimePickerCtrl,
204204
scope: true,
205-
link: function() {
206-
}
207205
};
208206
}
209207

0 commit comments

Comments
 (0)