@glimmer/vm-babel-plugins
Advanced tools
Comparing version 0.93.0 to 0.93.1
{ | ||
"name": "@glimmer/vm-babel-plugins", | ||
"version": "0.93.0", | ||
"version": "0.93.1", | ||
"license": "MIT", | ||
@@ -41,4 +41,4 @@ "description": "Compiles out VM assertion and deprecation utilities and debug tooling based on environment", | ||
"typescript": "*", | ||
"@glimmer-workspace/build-support": "0.92.0", | ||
"@glimmer-workspace/env": "0.92.0" | ||
"@glimmer-workspace/env": "0.92.0", | ||
"@glimmer-workspace/build-support": "0.92.0" | ||
}, | ||
@@ -50,5 +50,4 @@ "engines": { | ||
"test": "mocha", | ||
"test:lint": "eslint . --quiet", | ||
"test:publint": "publint" | ||
} | ||
} |
6345