UNPKG
hapi-hpkp
Version:
latest (2.0.0)
2.0.0
1.0.0
Hapi module to add HPKP headers
github.com/vbudhram/hapi-hpkp
vbudhram/hapi-hpkp
hapi-hpkp
/
grunttasks
/
jscs.js
13 lines
(11 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.exports =
function
(grunt)
{
'use strict'
grunt.
config
(
'jscs'
, { app: [
'<%= mainJsFiles %>'
], options: {
config
:
'.jscsrc'
} }) }