Update makefile
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
default:
|
||||
build:
|
||||
grunt build
|
||||
|
||||
watch:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ownCloud Deck",
|
||||
"name": "deck",
|
||||
"version": "0.0.1",
|
||||
"dependencies": {
|
||||
"angular": "~1.6.1",
|
||||
|
||||
@@ -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": "*",
|
||||
|
||||
Reference in New Issue
Block a user