diff --git a/.gitignore b/.gitignore index c0579ae4a..04a094b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,22 @@ -/data -.env \ No newline at end of file +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* \ No newline at end of file diff --git a/package.json b/package.json index e0e0ae294..0ea184a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "client", - "version": "0.1.0", + "name": "bigcapital-client", + "version": "1.2.0", "private": true, "dependencies": { "@babel/core": "7.8.4",