diff --git a/.gitignore b/.gitignore index 3c3629e..1bd7226 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +*.swp diff --git a/package.json b/package.json index af750d1..9c95b18 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "webpack --webpack-config.js" + "build": "webpack --webpack-config.js" }, "keywords": [], "author": "", diff --git a/src/.index.js.swp b/src/.index.js.swp deleted file mode 100644 index 783591c..0000000 Binary files a/src/.index.js.swp and /dev/null differ diff --git a/src/.r3.js.swp b/src/.r3.js.swp deleted file mode 100644 index ad5c01a..0000000 Binary files a/src/.r3.js.swp and /dev/null differ