fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small fix for lists
[fnpeditor.git]
/
package.json
diff --git
a/package.json
b/package.json
index
1517354
..
ef9d714
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-5,8
+5,9
@@
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.8.3",
"grunt": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.8.3",
- "grunt-contrib-jshint": "
~0.7.2
",
+ "grunt-contrib-jshint": "
^0.10.0
",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
- "grunt-githooks": "~0.3.1"
+ "grunt-githooks": "~0.3.1",
+ "karma": "^0.8.5"
}
}
}
}