diff --git a/.gitignore b/.gitignore index db58ba4..9432396 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -.DS_Store -.idea -condenser.iml +# settings/config +.env +setenv.sh + +# build coverage node_modules *.log @@ -9,5 +11,12 @@ vendor/* tmp/* .vagrant lib -.env -setenv.sh + +# project/ide +.idea +condenser.iml + + +# Ignore Mac DS_Store files +.DS_Store +**/.DS_Store diff --git a/package.json b/package.json index 4cccffe..28f947b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/steemit/smoke.io.git" }, - "version": "1.0.0", + "version": "0.1.0", "description": "smoke.io is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", "main": "index.js", "scripts": { @@ -183,7 +183,7 @@ "fsevents": "*" }, "engines": { - "node": ">=7.0.0", + "node": ">=8.0.0", "npm": ">=5.4.2" } }