diff --git a/README.md b/README.md index 91569cd..ca58376 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ An open-source [Workflowy](http://workflowy.com) clone. [Static demo available h * Edit `config/development.json` and `config/database.json` to your needs * `npm install` +* `npm install bower` +* `bower install` * `node server.js` ## Heroku deploy diff --git a/bower.json b/bower.json index 21be4e3..eb8d4fa 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,7 @@ "name": "hackflowy", "description": "A simple WorkFlowy clone", "main": "public/javascripts/app.js", + "version": "0.0.3", "license": "MIT", "ignore": [ "**/.*", @@ -15,13 +16,15 @@ "text": "requirejs-text#~2.0.14", "jquery": "~2.2.0", "backbone": "~1.2.3", - "lodash": "~4.0.1", "requirejs": "~2.1.22", - "modernizr": "~3.3.1", + "modernizr": "http://modernizr.com/download/?-inlinesvg-svg-svgclippaths-touch-shiv-mq-cssclasses-teststyles-prefixes-ie8compat-load.zip", "localforage": "~1.3.3", "localforage-backbone": "~0.6.2", "normalize-css": "normalize.css#~3.0.3", "backbone.marionette": "~2.4.4", "underscore": "~1.8.3" + }, + "resolutions": { + "jquery": "^1.8.0 || ^2.0.0" } } diff --git a/index.html b/index.html index 9b0a856..adb8f6f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,9 @@