Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Thomas committed May 6, 2015
1 parent 6288755 commit af2ee56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -18,7 +18,7 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '// <%= pkg.name %>.js - v<%= pkg.version %>\n' +
'// (c) 2014 Casey Thomas, MIT License \n'
'// (c) 2015 Casey Thomas, MIT License \n'
},
dist: {
files: {
Expand All @@ -35,4 +35,4 @@ module.exports = function(grunt) {

grunt.registerTask('all', ['simplemocha', 'mocha', 'jshint', 'uglify']);
grunt.registerTask('default', ['simplemocha', 'jshint', 'uglify']);
};
};
6 changes: 3 additions & 3 deletions geojson.min.js

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "geojson",
"description": "Convert an array of geographic objects to GeoJSON",
"author": "Casey Thomas <caseypthomas@gmail.com>",
"version": "0.2.0",
"version": "0.2.1",
"main": "./geojson",
"repository": {
"type": "git",
Expand Down

0 comments on commit af2ee56

Please sign in to comment.