Skip to content

Commit 78293f4

Browse files
committed
Update LiveScript dependency
Thanks to @isiahmeadows for pointing out that LiveScript's module name has changed (`npm outdated` wasn't picking it up) and that 1.3.x -> 1.4.x was all non-breaking changes.
1 parent bd1300a commit 78293f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bugs": "https://github.com/anko/eslisp/issues",
3535
"license": "ISC",
3636
"devDependencies": {
37-
"LiveScript": "^1.3.1",
37+
"livescript": "^1.4.0",
3838
"rimraf": "^2.4.1",
3939
"source-map": "^0.5.3",
4040
"tape": "^4.0.0",

0 commit comments

Comments
 (0)