Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "evanup", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "a vaguely lispy language in the context of javascript", | ||
@@ -24,7 +24,9 @@ "repository": { | ||
"build-ide": "NODE_ENV=production browserify -p tsify -r ud/noop:ud src/ide/main.tsx | uglifyjs -c > public/bundle.js", | ||
"watch-ide": "watchify src/ide/main.tsx -p browserify-hmr -p tsify -o public/bundle.js -dv", | ||
"watch-ide-hmr": "watchify src/ide/main.tsx -p browserify-hmr -p [ tsify --sourceMap ] -o public/bundle.js -dv", | ||
"ide-hmr": "npm run clean && ecstatic -p 8070 public & npm run watch-ide-hmr", | ||
"watch-ide": "watchify src/ide/main.tsx -p [ tsify --sourceMap ] -r ud/noop:ud -o public/bundle.js -dv", | ||
"ide": "npm run clean && ecstatic -p 8070 public & npm run watch-ide", | ||
"build-r2": "NODE_ENV=production browserify -p tsify -r chloride/browser:chloride src/r2/main.tsx | bundle-collapser | uglifyjs -cm > public/bundle.js", | ||
"watch-r2": "watchify src/r2/main.tsx -p tsify -r chloride/browser:chloride -o public/bundle.js -dv", | ||
"r2": "npm run clean && npm run start-r2 public & npm run watch-r2", | ||
"watch-r2": "watchify src/r2/main.tsx -p [ tsify --sourceMap ] -r chloride/browser:chloride -o public/bundle.js -dv", | ||
"r2": "npm run clean && npm run start & npm run watch-r2", | ||
"start": "ecstatic -p 8070 public" | ||
@@ -31,0 +33,0 @@ }, |
Sorry, the diff of this file is too big to display
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
2004158
86
7764
0