File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/js/jasmine/spec_runner Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ var tasks = [],
10
10
11
11
function init ( grunt , options ) {
12
12
var _ = require ( 'underscore' ) ,
13
- stripJsonComments = require ( 'strip-json -comments' ) ,
13
+ stripComments = require ( 'strip-comments' ) ,
14
14
path = require ( 'path' ) ,
15
15
config ,
16
16
themes ,
17
17
file ;
18
18
19
19
config = grunt . file . read ( __dirname + '/settings.json' ) ;
20
- config = stripJsonComments ( config ) ;
20
+ config = stripComments ( config ) ;
21
21
config = JSON . parse ( config ) ;
22
22
23
23
themes = require ( path . resolve ( process . cwd ( ) , config . themes ) ) ;
Original file line number Diff line number Diff line change 34
34
"path": "~0.12.7",
35
35
"serve-static": "~1.15.0",
36
36
"squirejs": "~0.2.1",
37
- "strip-json- comments": "~3.1 .1",
37
+ "strip-comments": "~2.0 .1",
38
38
"time-grunt": "~2.0.0",
39
39
"underscore": "1.13.3"
40
40
}
You can’t perform that action at this time.
0 commit comments