diff --git a/rpg-docs/.gitignore b/rpg-docs/.gitignore index 70af0f43..dc11d68b 100644 --- a/rpg-docs/.gitignore +++ b/rpg-docs/.gitignore @@ -4,4 +4,5 @@ settings.json public/components nohup.out +node_modules dump diff --git a/rpg-docs/package.json b/rpg-docs/package.json index 5bcc85fd..a643b086 100644 --- a/rpg-docs/package.json +++ b/rpg-docs/package.json @@ -9,5 +9,8 @@ "type": "git", "url": "https://github.com/ThaumRystra/RPG-Docs" }, - "author": "Stefan Zermatten" + "author": "Stefan Zermatten", + "dependencies": { + "bower": "^1.7.9" + } }