Skip to content

Commit

Permalink
Merge pull request #79 from e-jigsaw/greenkeeper-riot-2.3.18
Browse files Browse the repository at this point in the history
Update riot to version 2.3.18 🚀
  • Loading branch information
e-jigsaw committed Apr 3, 2016
2 parents 02c6023 + 2288573 commit ca0e893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"gulp-util": "3.0.7",
"riot": "2.3.17",
"riot": "2.3.18",
"through2": "2.0.1"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions test/index.ls
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ it 'should compile riot tag file', (callback)->
riot.tag2('sample', '<p>test {sample}</p>', '', '', function(opts) {
this.sample = 'hoge'
}, '{ }');
});
"""
callback!

Expand All @@ -41,7 +41,7 @@ it 'should use compile options', (callback)->
riot.tag2('sample', '<p>test {sample}</p><p>test {sample}</p><p>test {sample}</p>', '', '', function(opts) {
this.sample = 'hoge'
}, '{ }');
});
"""
callback!

Expand Down Expand Up @@ -90,7 +90,7 @@ it 'should match cli output when type: none', (callback)->
sample() {
console.log('test')
}
}, '{ }');
});
"""
callback!

Expand Down Expand Up @@ -147,7 +147,7 @@ it 'should match modular options output', (callback)->
opts.on('login', function() {
$(body).addClass('logged')
})
}, '{ }');
});
});
'''
Expand Down Expand Up @@ -278,7 +278,7 @@ it 'should compile with whitespace option', (callback)->
riot.tag2('sample', ' <p>test {sample}</p>\\n', '', '', function(opts) {
this.sample = 'hoge'
}, '{ }');
});
"""
callback!

Expand Down

0 comments on commit ca0e893

Please sign in to comment.