Skip to content

Commit

Permalink
added version info in minified header
Browse files Browse the repository at this point in the history
  • Loading branch information
anshulverma committed Feb 13, 2015
1 parent 0ad2661 commit e82d969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.coffee
@@ -1,4 +1,5 @@
{checkContains} = require './src/main'
pkg = require './package.json'

module.exports = (grunt) ->
grunt.initConfig
Expand Down Expand Up @@ -52,7 +53,8 @@ module.exports = (grunt) ->
uglify:
options:
banner: """
// Preconditions --- https://github.com/anshulverma/conditional
// Preconditions (version #{pkg.version})
// https://github.com/anshulverma/conditional
// License MIT
// Copyright 2014 Anshul Verma
Expand Down
3 changes: 2 additions & 1 deletion dist/preconditions.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e82d969

Please sign in to comment.