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
4 changes: 1 addition & 3 deletions examples/node-simple-server-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"format:check": "prettier . --check --config ../.prettierrc.js --cache --cache-location=../prettiercache",
"format": "prettier . --write --config ../.prettierrc.js --cache --cache-location=../prettiercache && yarn lint --fix",
"lint": "eslint --no-error-on-unmatched-pattern --config ../.eslintrc template/src/**/*.{js,jsx}",
"publish-package": "npm publish --access public",
"upload": "npm run build && cp src/autorun.brs dist/ && bsc local file --upload --player $npm_config_playerName --file ./dist"
"publish-package": "npm publish --access public"
},
"repository": {
"url": "https://github.com/brightsign/dev-cookbook.git",
Expand All @@ -29,7 +28,6 @@
"webpack-cli": "^5.1.0"
},
"dependencies": {
"@brightsign/bsc": "^2.0.2",
"http": "^0.0.1-security",
"node": "14.17.6"
}
Expand Down
1 change: 0 additions & 1 deletion templates/html5-app-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"start": "IS_DESKTOP=true NODE_PATH=./dist node dist/bundle.js",
"build:dev": "npm run clean && webpack --mode development",
"build:prod": "npm run clean && webpack --mode production --node-env=production",
"upload": "npm run build:dev && cp src/autorun.brs dist/ && bsc local file --upload --player $npm_config_playerName --file ./dist",
"clean": "rm -rf dist",
"reinstall": "npm run clean && rm -rf node_modules && npm install",
"lint": "eslint --no-error-on-unmatched-pattern --config ../.eslintrc src/**/*.{ts,tsx}",
Expand Down