Comparing version 0.5.0-beta to 0.5.0-beta2
@@ -61,3 +61,3 @@ // Generated by LiveScript 1.5.0 | ||
longDescription: 'Sets the parser and options for the parser. Argument value is a tuple, with the first item being the require path, and the second an optional object with options for the parser when calling its parse function.', | ||
'default': "(esprima-fb, {loc: true, sourceType: 'module', range: true})", | ||
'default': "(flow-parser, {loc: true, sourceType: 'module', range: true})", | ||
hidden: true, | ||
@@ -64,0 +64,0 @@ example: '--parser "(./path/to/esprima, {loc: true})"' |
{ | ||
"name": "grasp", | ||
"author": "George Zahariev", | ||
"version": "0.5.0-beta", | ||
"version": "0.5.0-beta2", | ||
"homepage": "http://graspjs.com", | ||
@@ -39,3 +39,3 @@ "description": "JavaScript structural search, replace, and refactor", | ||
"dependencies": { | ||
"esprima-fb": "^15001.1001.0-dev-harmony-fb", | ||
"flow-parser": "^0.*", | ||
"prelude-ls": "^1.1.2", | ||
@@ -42,0 +42,0 @@ "cli-color": "^1.1.0", |
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
54425
+ Addedflow-parser@^0.*
+ Addedflow-parser@0.254.1(transitive)
- Removedesprima-fb@15001.1001.0-dev-harmony-fb(transitive)