js-mvc-framework
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,3 +5,2 @@ { | ||
"description": "MVC Framework Demonstrament", | ||
"version": "1.1.0", | ||
"license": "ISC", | ||
@@ -8,0 +7,0 @@ "type": "module", |
@@ -5,3 +5,2 @@ { | ||
"description": "", | ||
"version": "1.1.0", | ||
"license": "ISC", | ||
@@ -11,3 +10,4 @@ "type": "module", | ||
"scripts": { | ||
"start": "nodemon --config nodemon.config.json" | ||
"start": "nodemon --config nodemon.config.json", | ||
"distribute": "rollup --config ./rollup.config.js" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
{ | ||
"name": "js-mvc-framework", | ||
"author": "Thomas Patrick Welborn", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"type": "module", | ||
"scripts": { | ||
"demonstrament": "concurrently \"npm run start --workspace development\" \"npm run start --workspace demonstrament\"", | ||
"development": "npm run start --workspace development" | ||
"demonstrate": "concurrently \"npm run start --workspace development\" \"npm run start --workspace demonstrament\"", | ||
"develop": "npm run start --workspace development", | ||
"distribute": "npm run distribute --workspace development" | ||
}, | ||
@@ -10,0 +11,0 @@ "imports": {}, |
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
1691358