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 eeeecad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@
"repository": "[email protected]:jmpinit/p5.axidraw.git",
"author": "Owen Trueblood <[email protected]>",
"license": "MIT",
"main": "dist/p5.axidraw.js",
"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"
},
Expand Down

0 comments on commit eeeecad

Please sign in to comment.