Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
craigruks committed Sep 1, 2015
1 parent caba668 commit 82abc2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gulpfile.js
@@ -1,4 +1,5 @@
'use strict';

var path = require('path');
var gulp = require('gulp');
var eslint = require('gulp-eslint');
Expand Down Expand Up @@ -51,5 +52,7 @@ gulp.task('coveralls', ['test'], function () {
.pipe(coveralls());
});

gulp.task('prepublish', ['nsp']);
// TODO remember to add back in!
// gulp.task('prepublish', ['nsp']);
gulp.task('prepublish', []);
gulp.task('default', ['static', 'test', 'coveralls']);
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ghost-trap",
"version": "0.0.0",
"version": "0.1.0",
"description": "Static site generator for the Ghost blogging platform.",
"homepage": "http://github.com/craigruks/ghost-trap",
"repository": "http://github.com/craigruks/ghost-trap",
Expand Down

0 comments on commit 82abc2c

Please sign in to comment.