documentation-website
Advanced tools
Comparing version 1.0.273 to 1.0.274
{ | ||
"name": "documentation-website", | ||
"version": "1.0.273", | ||
"version": "1.0.274", | ||
"description": "Declarative multilanguage documentation website generator", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -235,4 +235,4 @@ // #!/usr/bin/env babel-node | ||
( | ||
SCOPE.scripts['build:export:compatible'] || | ||
SCOPE.scripts['build:export'] || | ||
SCOPE.scripts['build:bundle:compatible'] || | ||
SCOPE.scripts['build:bundle'] || | ||
SCOPE.scripts.build | ||
@@ -244,6 +244,6 @@ ) | ||
( | ||
SCOPE.scripts['build:export:compatible'] ? | ||
'build:export:compatible' : | ||
SCOPE.scripts['build:export'] ? | ||
'build:export' : | ||
SCOPE.scripts['build:bundle:compatible'] ? | ||
'build:bundle:compatible' : | ||
SCOPE.scripts['build:bundle'] ? | ||
'build:bundle' : | ||
'build' | ||
@@ -250,0 +250,0 @@ ) |
Sorry, the diff of this file is too big to display
755335
3707