grasp-equery
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,3 +6,3 @@ // Generated by LiveScript 1.4.0 | ||
matchNode = require('./match').matchNode; | ||
VERSION = '0.3.0'; | ||
VERSION = '0.3.1'; | ||
query = function(selector, ast){ | ||
@@ -9,0 +9,0 @@ return queryParsed(parse(selector), ast); |
{ | ||
"name": "grasp-equery", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "George Zahariev <z@georgezahariev.com>", | ||
@@ -34,11 +34,11 @@ "description": "grasp query using example code with wildcards", | ||
"dependencies": { | ||
"prelude-ls": "~1.1.2", | ||
"acorn": "~2.5.0", | ||
"grasp-syntax-javascript": "~0.2.0" | ||
"prelude-ls": "^1.1.2", | ||
"acorn": "^2.6.4", | ||
"grasp-syntax-javascript": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"livescript": "~1.4.0", | ||
"mocha": "~2.1.0", | ||
"istanbul": "~0.3.5" | ||
"livescript": "^1.4.0", | ||
"mocha": "^2.3.4", | ||
"istanbul": "^0.4.1" | ||
} | ||
} |
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
+ Addedacorn@2.7.0(transitive)
+ Addedprelude-ls@1.2.1(transitive)
- Removedacorn@2.5.2(transitive)
Updatedacorn@^2.6.4
Updatedprelude-ls@^1.1.2