@agoric/acorn-eventual-send
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.0.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.6...@agoric/acorn-eventual-send@2.0.7) (2020-08-31) | ||
### Bug Fixes | ||
* reduce inconsistency among our linting rules ([#1492](https://github.com/Agoric/agoric-sdk/issues/1492)) ([b6b675e](https://github.com/Agoric/agoric-sdk/commit/b6b675e2de110e2af19cad784a66220cab21dacf)) | ||
## [2.0.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.5...@agoric/acorn-eventual-send@2.0.6) (2020-06-30) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@agoric/acorn-eventual-send", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Eventual send (wavy dot) parser plugin for Acorn", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"build": "exit 0", | ||
"test": "tape -r esm 'test/**/*.js'", | ||
"test": "ava", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
@@ -15,7 +15,5 @@ "lint-check": "eslint '**/*.js'" | ||
"acorn": "^7.1.0", | ||
"ava": "^3.11.1", | ||
"esm": "^3.2.25", | ||
"rollup": "^1.16.7", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.9.2", | ||
"tape-promise": "^4.0.0" | ||
"rollup": "^1.16.7" | ||
}, | ||
@@ -39,3 +37,11 @@ "keywords": [], | ||
}, | ||
"gitHead": "d74ea289800c2fc52c005674a55b2412385f57d9" | ||
"ava": { | ||
"files": [ | ||
"test/**/test-*.js" | ||
], | ||
"require": [ | ||
"esm" | ||
] | ||
}, | ||
"gitHead": "709048cc133b0b2b26a9774315c18c5e828ea6ab" | ||
} |
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
19679
4