Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"scully:serve": "nodemon --ext js ./dist/scully/scully.js serve --tds --proxy proxy.conf.json",
"scully:watch": "nodemon --ext js ./dist/scully/scully.js --watch --tds",
"scully:dev:all": "ng build @scullyio/ng-lib && ng build && npm run scully:dev:compile && node ./dist/scully/scully",
"scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && npm run changelog && cp ./package.json ../dist/scully &&cp ./readme.md ../dist/scully && cd ../dist/scully && npm publish --access=public",
"scully:publish:patch": "cd ./scully && tsc -p ./tsconfig.scully.json && npm version patch && npm run changelog --prefix ../ && cp ./package.json ../dist/scully &&cp ./readme.md ../dist/scully && cd ../dist/scully && npm publish --access=public",
"scully:publish:minor": "tsc -p ./tsconfig.scully.json && npm version minor",
"scully:publish:major": "tsc -p ./tsconfig.scully.json && npm version major",
"scully:test:ssl:self": "npm run generate -- serve --ssl",
Expand Down
2 changes: 1 addition & 1 deletion scully/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions scully/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/scully",
"version": "0.0.72",
"version": "0.0.74",
"description": "Scully CLI",
"repository": {
"type": "GIT",
Expand All @@ -24,7 +24,8 @@
"yamljs": "^0.3.0",
"yargs": "^14.2.0",
"open": "^7.0.2",
"selfsigned": "^1.10.7"
"selfsigned": "^1.10.7",
"ws": "^7.2.1"
},
"author": "@herodevs",
"license": "MIT",
Expand All @@ -33,6 +34,7 @@
"@types/marked": "^0.7.0",
"@types/node": "^12.11.1",
"@types/puppeteer": "^1.20.2",
"@types/ws": "^7.2.1",
"@types/yamljs": "^0.2.30",
"@types/yargs": "^13.0.3",
"codelyzer": "^5.1.2",
Expand Down