Skip to content

Commit

Permalink
Make it possible to use as NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpinit committed Nov 2, 2023
1 parent 2eb44bb commit 7e3599c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 7e3599c

Please sign in to comment.