teleterminal
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "teleterminal", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Host a terminal command using a web server", | ||
"main": "server.js", | ||
"scripts": { | ||
"clean": "del-cli ./dist ./.cache", | ||
"build": "yarn clean && parcel build ./static/index.html", | ||
"develop": "yarn clean && parcel ./static/index.html", | ||
"bld:clean": "del-cli ./dist ./.cache", | ||
"bld:static": "cpy \"./static/*.ico\" \"./dist\"", | ||
"build": "yarn bld:clean && yarn bld:static && parcel build ./static/index.html", | ||
"develop": "yarn bld:clean && parcel ./static/index.html", | ||
"prepublish": "yarn build" | ||
@@ -33,2 +34,3 @@ }, | ||
"devDependencies": { | ||
"cpy-cli": "^2.0.0", | ||
"del-cli": "^1.1.0", | ||
@@ -35,0 +37,0 @@ "parcel-bundler": "^1.10.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1468513
17
1
4