builder-docs-archetype
Advanced tools
Comparing version 1.0.6 to 2.0.0
# Docs Archetype | ||
# 2.0.0 (2016 Jul 20) | ||
* Collapse static-entry.jsx and entry.jsx to just entry.js | ||
# 1.0.6 (2016 Jul 20) | ||
@@ -4,0 +7,0 @@ * Add missing global variable to fix static builds for projects that depend on ecology |
@@ -26,3 +26,3 @@ "use strict"; | ||
entry: { | ||
app: [path.join(SRC, "components", "entry.jsx")] | ||
app: [path.join(SRC, "components", "entry.js")] | ||
}, | ||
@@ -29,0 +29,0 @@ stats: { |
@@ -22,3 +22,3 @@ "use strict"; | ||
entry: { | ||
main: [path.join(SRC, "components", "static-entry.jsx")] | ||
main: [path.join(SRC, "components", "entry.js")] | ||
}, | ||
@@ -25,0 +25,0 @@ output: { |
{ | ||
"name": "builder-docs-archetype-dev", | ||
"version": "1.0.6", | ||
"version": "2.0.0", | ||
"description": "An archetype for building static landing/documentation pages for our projects. (Development)", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
{ | ||
"name": "builder-docs-archetype", | ||
"version": "1.0.6", | ||
"version": "2.0.0", | ||
"description": "An archetype for building static landing/documentation pages for our projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12509
0