Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "esql", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Humane query language for Elasticsearch", | ||
"homepage": "https://github.com/buunguyen/esql", | ||
"homepage": "https://github.com/hmsonline/esql", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/buunguyen/esql" | ||
"url": "https://github.com/hmsonline/esql" | ||
}, | ||
@@ -10,0 +10,0 @@ "dependencies": { |
@@ -8,4 +8,3 @@ var gulp = require('gulp') | ||
, buffer = require('vinyl-buffer') | ||
, browserify = require('browserify') | ||
, shims = require('browserify-global-shim').configure({ 'lodash': '_' }) | ||
, browserify = require('browserify'); | ||
@@ -12,0 +11,0 @@ function pipe(src, transforms, dest) { |
{ | ||
"name": "esql", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Humane query language for Elasticsearch", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "https://github.com/buunguyen/esql" | ||
"url": "https://github.com/hmsonline/esql" | ||
}, | ||
@@ -25,5 +25,5 @@ "author": "Buu Nguyen <buunguyen@gmail.com> (https://github.com/buunguyen)", | ||
"bugs": { | ||
"url": "https://github.com/buunguyen/esql/issues" | ||
"url": "https://github.com/hmsonline/esql/issues" | ||
}, | ||
"homepage": "https://github.com/buunguyen/esql", | ||
"homepage": "https://github.com/hmsonline/esql", | ||
"browserify": { | ||
@@ -30,0 +30,0 @@ "transform": [ |
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
263719
7434