Skip to content

Commit

Permalink
Merge pull request #11 from slogsdon/hpp-v2-changes
Browse files Browse the repository at this point in the history
HPP Version 2
  • Loading branch information
RealexITSO authored Jun 14, 2018
2 parents 7b070a6 + 39a9b3f commit 7639bd8
Show file tree
Hide file tree
Showing 8 changed files with 260 additions and 229 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/node_modules/
yarn.lock
package-lock.json
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
banner: '/*! <%= pkg.name %> - v<%= pkg.version %> - <%= grunt.template.today("yyyy-mm-dd") %>' +
'\n * <%= pkg.description %>' +
'<%= pkg.homepage ? "\\n * " + pkg.homepage : "" %>' +
'\n * Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>' +
'\n * Licensed <%= _.map(pkg.licenses, "type").join(", ") %>' +
'\n */\n',
// Task configuration.
concat: {
Expand Down Expand Up @@ -60,7 +60,7 @@ module.exports = function(grunt) {
}
},
jasmine : {
src : 'lib/*.js',
src : 'lib/*.js',
options: {
specs: 'specs/*spec.js',
helpers: 'specs/*helper.js'
Expand Down
Loading

0 comments on commit 7639bd8

Please sign in to comment.