summaryrefslogtreecommitdiffstats
path: root/webapp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/package.json')
-rw-r--r--webapp/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/package.json b/webapp/package.json
index 6f50962a4..01674ba1c 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -10,6 +10,7 @@
"compass-mixins": "0.12.7",
"fastclick": "1.0.6",
"flux": "2.1.1",
+ "font-awesome": "4.5.0",
"highlight.js": "9.2.0",
"intl": "1.1.0",
"jasny-bootstrap": "3.1.3",
@@ -56,6 +57,7 @@
"scripts": {
"check": "eslint --ext \".jsx\" --ignore-pattern node_modules --quiet .",
"build": "webpack",
- "run": "webpack --progress --watch"
+ "run": "webpack --progress --watch",
+ "run-fullmap": "webpack --progress --watch"
}
}