We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb45f1 commit cf99642Copy full SHA for cf99642
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.1",
+ "version": "1.0.2",
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