Skip to content

Commit

Permalink
update to LS 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gkz committed May 16, 2015
1 parent 2897c96 commit 176f338
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compilers/livescript.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/norcalli/ractiveify",
"dependencies": {
"LiveScript": "1.3.x",
"livescript": "1.4.x",
"ractive": "0.7.x",
"through": "2.3.x",
"tosource": "0.1.x",
Expand Down
2 changes: 1 addition & 1 deletion src/compilers/livescript.ls
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require! 'LiveScript': livescript
require! livescript

module.exports = (file, data) ->
livescript.compile data,
Expand Down

0 comments on commit 176f338

Please sign in to comment.