diff --git a/.gitignore b/.gitignore index 25c8fdb..e460d17 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ node_modules -package-lock.json \ No newline at end of file +package-lock.json + + +.DS_Store diff --git a/lerna.json b/lerna.json index 4ac3cfb..7926728 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "packages": ["packages/*"], - "version": "2.0.0" + "version": "independent" }