ant-search
Advanced tools
Comparing version 0.0.4 to 0.0.5
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(require("react"), require("antd"), require("path")); | ||
module.exports = factory(require("antd"), require("react"), require("path")); | ||
else if(typeof define === 'function' && define.amd) | ||
define(["react", "antd", "path"], factory); | ||
define(["antd", "react", "path"], factory); | ||
else { | ||
var a = typeof exports === 'object' ? factory(require("react"), require("antd"), require("path")) : factory(root["react"], root["antd"], root["path"]); | ||
var a = typeof exports === 'object' ? factory(require("antd"), require("react"), require("path")) : factory(root["antd"], root["react"], root["path"]); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_7__) { | ||
})(this, function(__WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_7__) { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
@@ -12,0 +12,0 @@ /******/ // The module cache |
@@ -20,2 +20,4 @@ 'use strict'; | ||
var _os = require('os'); | ||
let workspace; | ||
@@ -40,3 +42,3 @@ const defaultArgs = ['--line-number', '--column', '--pretty', '--vimgrep']; | ||
const results = []; | ||
const lines = res.split('\n'); | ||
const lines = res.split((0, _os.platform)() === 'win32' ? '\r\n' : '\n'); | ||
@@ -43,0 +45,0 @@ let i = 0; |
{ | ||
"name": "ant-search", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
24050
619