diff --git a/.gitignore b/.gitignore index 34977ee7df..79164a61c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ node_modules -.idea \ No newline at end of file +.idea +script/*.js +script/*.map +tests/*.js +tests/*.map \ No newline at end of file diff --git a/package.json b/package.json index 208dd10479..57c79238e8 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "coffeeify": "0.4.0", "coffee-script": "1.6.2", "relative-date": "~1.1.1", - "habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master", "lodash": "~1.3.1", "moment": "~2.1.0" },