diff --git a/.gitignore b/.gitignore index 7d4701b..65936d8 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ jspm_packages # Optional REPL history .node_repl_history +#node modules should be seperated from scr folder so that webpacking and build process can be easy +node_modules diff --git a/src/package-lock.json b/package-lock.json similarity index 100% rename from src/package-lock.json rename to package-lock.json diff --git a/src/package.json b/package.json similarity index 100% rename from src/package.json rename to package.json