From 55adca36d5523843bdfffa5c0602e17b15a4279b Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 7 Sep 2016 10:04:21 +0200 Subject: [PATCH] Added bower --- rpg-docs/.gitignore | 1 + rpg-docs/package.json | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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" + } }