We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b78a22 commit b438043Copy full SHA for b438043
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@salesforce/sfdx-plugin-lwc-test",
3
"description": "Tools for unit testing Lightning web components in a Salesforce DX workspace",
4
- "version": "1.0.2-beta.0",
+ "version": "1.0.2-beta.1",
5
"main": "lib/index.js",
6
"dependencies": {
7
"@oclif/core": "^1.16.0",
@@ -113,4 +113,4 @@
113
"test:nuts": "nyc mocha \"./test/**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
114
"version": "oclif-dev readme && git add README.md"
115
}
116
-}
+}
0 commit comments