diff --git a/package-lock.json b/package-lock.json index cf34259..a389468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "harold-scripts", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ac415f..602821a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harold-scripts", - "version": "0.2.0", + "version": "0.2.1", "description": "Harold JS Scripts for Create Harold App", "author": "Julian Ćwirko (julian.io)", "engines": { diff --git a/scripts/build/index.js b/scripts/build/index.js index 13db7b4..2dbf8c1 100644 --- a/scripts/build/index.js +++ b/scripts/build/index.js @@ -9,8 +9,8 @@ prepareDirectories(); // Copy assets copyAssets(); -// Copy JSON data -copyJSONData(); - // Build files build(); + +// Copy JSON data +copyJSONData();