liveify-stable
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -1,2 +0,2 @@ | ||
var LiveScript = require('LiveScript'); | ||
var livescript = require('livescript'); | ||
var through = require('through'); | ||
@@ -20,3 +20,3 @@ | ||
try { | ||
var js = LiveScript.compile(data, { | ||
var js = livescript.compile(data, { | ||
'filename': file, | ||
@@ -23,0 +23,0 @@ 'const': k, |
{ | ||
"name": "liveify-stable", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Stable fork of quarterto/liveify that uses LiveScript by peerDependencies", | ||
@@ -12,6 +12,6 @@ "main": "index.js", | ||
"browserify": "~2.4.0", | ||
"LiveScript": "1.3.1" | ||
"livescript": "1.4.0" | ||
}, | ||
"peerDependencies": { | ||
"LiveScript": "*" | ||
"livescript": "*" | ||
}, | ||
@@ -28,2 +28,3 @@ "scripts": { | ||
"LiveScript", | ||
"livescript", | ||
"ls", | ||
@@ -30,0 +31,0 @@ "browserify", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5777