Skip to content

Commit

Permalink
chore(*): prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 11, 2014
1 parent e9e5839 commit acf800b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ var assign = Object.assign || require('object.assign');
var pkg = require('./package.json');
var fs = require('fs');

var VERSION = pkg.version;

var path = {
source:'lib/**/*.js',
output:'dist/',
Expand Down Expand Up @@ -74,7 +72,7 @@ gulp.task('doc', function(){
gulp.task('changelog', function(callback) {
changelog({
repository: pkg.repository.url,
version: VERSION,
version: pkg.version,
file: 'CHANGELOG.md'
}, function(err, log) {
fs.writeFileSync(path.doc + '/CHANGELOG.md', log);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-logging",
"version": "0.0.1",
"version": "0.1.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",
"keywords": [
"aurelia",
Expand All @@ -15,7 +15,7 @@
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "git://github.com/aurelia/logging"
"url": "http://github.com/aurelia/logging"
},
"jspm": {
"directories": {
Expand Down

0 comments on commit acf800b

Please sign in to comment.