diff --git a/package.json b/package.json index 5410475..74e2110 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,14 @@ "scripts": { "build": "node node_modules/webpack-cli/bin/cli.js --config webpack.prod.js", "watch": "node node_modules/webpack-cli/bin/cli.js watch --config webpack.dev.js", - "docs": "node node_modules/documentation/bin/documentation.js build -f html -o docs src/index.js" + "docs": "node node_modules/documentation/bin/documentation.js build -f html -o docs src/index.js", + "prepublishOnly": "yarn && yarn build" }, + "files": [ + "dist/" + ], "dependencies": { - "ebb-control": "git+https://github.com/jmpinit/ebb-control.git#47e737aac4d898f6becabdb526c64876c12ad989" + "ebb-control": "^1.0.0" }, "devDependencies": { "@babel/eslint-parser": "^7.21.8", diff --git a/yarn.lock b/yarn.lock index 5a292e8..c50ceb9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1968,9 +1968,10 @@ eastasianwidth@^0.2.0: resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== -"ebb-control@git+https://github.com/jmpinit/ebb-control.git#47e737aac4d898f6becabdb526c64876c12ad989": +ebb-control@^1.0.0: version "1.0.0" - resolved "git+https://github.com/jmpinit/ebb-control.git#47e737aac4d898f6becabdb526c64876c12ad989" + resolved "https://registry.yarnpkg.com/ebb-control/-/ebb-control-1.0.0.tgz#6bbab38b27076c9c349a160224444e5dcc1deeba" + integrity sha512-SXMGudES6GpI8XwvVvTqxerQ2u9widjnzUzqwmKKKmmle4kCvRWtXFmNAWiLyEsZLZeBVC7WxYxl/p7Hxp60LA== dependencies: eventemitter3 "^5.0.1"