Comparing version 0.1.3 to 0.1.4
@@ -1,4 +0,1 @@ | ||
var K = require('./krasota'), | ||
Q = require('q'); | ||
exports.COA = require('coa').Cmd() | ||
@@ -34,3 +31,5 @@ .name('krasota').helpful() | ||
.act(function(options) { | ||
var input = [], | ||
var K = require('./krasota'), | ||
Q = require('q'), | ||
input = [], | ||
deferred = Q.defer(); | ||
@@ -37,0 +36,0 @@ |
{ | ||
"name": "krasota", | ||
"description": "Syntactic transformations of JavaScript code, with taking care of whitespaces and comments.", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"homepage": "http://github.com/veged/krasota.js", | ||
@@ -38,5 +38,4 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)", | ||
"scripts": { | ||
"prepublish": "make -B", | ||
"test": "make test" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
248925
77
3989
1