From 6a961a250608788b02d1ad5b5b31b04c1fb86b43 Mon Sep 17 00:00:00 2001 From: Seoh Char Date: Tue, 29 May 2018 19:25:25 +0900 Subject: [PATCH] make same denepencies with advanced-scala/package.json --- package.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 03081b5..a647538 100644 --- a/package.json +++ b/package.json @@ -2,25 +2,13 @@ "name": "shapeless-guide", "description": "", "version": "0.0.1", - "dependencies": { - "grunt": "0.4.5", - "grunt-browserify": "3.3.0", - "grunt-contrib-clean": "0.6.0", - "grunt-contrib-connect": "0.9.0", - "grunt-contrib-copy": "0.7.0", - "grunt-contrib-less": "1.0.0", - "grunt-contrib-watch": "0.6.1", - "grunt-css-url-embed": "1.5.0", - "js-yaml": "3.2.6", - "pandoc-filter": "^0.1.4" - }, "devDependencies": { - "bootstrap": "3.3.1", + "bootstrap": "^3.3.1", "coffeeify": "1.0.0", "jquery": "2.1.1", "uglifyify": "2.6.0", "underscore": "1.7.0", - "underscore-ebook-template": "git+https://github.com/underscoreio/underscore-ebook-template.git#0.3.0" + "underscore-ebook-template": "git+https://github.com/underscoreio/underscore-ebook-template.git#0.6.2" }, "scripts": { "test": "echo \"Error: no test specificed\" && exit 1"