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

Commit

Permalink
addd license comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shoito committed May 23, 2014
1 parent 2372e6a commit 21c9e02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function(grunt) {

uglify: {
options: {
banner: '/*! typetalk-js <%= grunt.template.today("yyyy-mm-dd") %> */\n'
banner: '// typetalk-js v<%= pkg.version %>\n// License: MIT\n'
},
dist: {
src: '<%= fileName %>.js',
Expand Down
2 changes: 2 additions & 0 deletions typetalk.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// typetalk-js v0.1.1
// License: MIT
'use strict';

/**
Expand Down
3 changes: 2 additions & 1 deletion typetalk.min.js

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

0 comments on commit 21c9e02

Please sign in to comment.