We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2030d commit 8f99cfbCopy full SHA for 8f99cfb
packages/selianize/package.json
@@ -1,14 +1,13 @@
1
{
2
"name": "selianize",
3
- "version": "0.1.0-beta.0",
+ "version": "0.1.0-beta.1",
4
"description": "Export Selenium IDE projects into javascript",
5
"repository": "https://github.com/SeleniumHQ/selenium-ide",
6
"main": "dist/selianize.cjs.js",
7
"module": "dist/selianize.esm.js",
8
"scripts": {
9
"build": "rollup -c",
10
"dev": "rollup -c -w",
11
- "postinstall": "yarn build",
12
"prepublishOnly": "yarn build"
13
},
14
"engines": {
0 commit comments