Update makefile

This commit is contained in:
Julius Haertl
2017-01-31 09:59:23 +01:00
parent 5e7067bcc8
commit b5c691615e
4 changed files with 42 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
default:
build:
grunt build
watch:

View File

@@ -1,5 +1,5 @@
{
"name": "ownCloud Deck",
"name": "deck",
"version": "0.0.1",
"dependencies": {
"angular": "~1.6.1",

View File

@@ -9,11 +9,11 @@
"url": "git@github.com:juliushaertl/deck.git"
},
"dependencies": {
"karma": "^1.1.1"
"karma": "^1.1.1",
"bower": "*",
"grunt": "*"
},
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",