Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge branch 'deprecate-picturefill-json' into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Feb 5, 2016
2 parents 5ddaa34 + b38bfb3 commit 7bd15ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
8 changes: 4 additions & 4 deletions gruntfile.js
Expand Up @@ -8,12 +8,12 @@
// Project configuration.
grunt.initConfig({
// Metadata.
pkg: pkg = grunt.file.readJSON("picturefill.json"),
banner: "/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - " +
pkg: pkg = grunt.file.readJSON("package.json"),
banner: "/*! <%= pkg.name %> - v<%= pkg.version %> - " +
"<%= grunt.template.today('yyyy-mm-dd') %>\n" +
"<%= pkg.homepage ? ' * ' + pkg.homepage + '\\n' : '' %>" +
" * Copyright (c) <%= grunt.template.today('yyyy') %> <%= pkg.author.name %>;" +
" Licensed <%= _.pluck(pkg.licenses, 'type').join(', ') %>\n */\n",
" * Copyright (c) <%= grunt.template.today('yyyy') %> https://github.com/scottjehl/picturefill/blob/master/Authors.txt;" +
" Licensed <%= pkg.license %>\n */\n",
// Task configuration.
clean: {
files: [ "dist" ]
Expand Down
22 changes: 0 additions & 22 deletions picturefill.json

This file was deleted.

0 comments on commit 7bd15ae

Please sign in to comment.