Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrnac committed Nov 9, 2014
1 parent 2aed9ab commit 9718bc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var stylish = require('jshint-stylish');
var plumber = require('gulp-plumber');
var lazypipe = require('lazypipe');
var rename = require('gulp-rename');
require('gulp-release-tasks')(gulp);

var errorOccured = false;
var paths = {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasstor",
"version": "0.0.0",
"version": "0.0.1",
"main": "lib/jasstor.js",
"description": "JSON credentials storage and authentication",
"homepage": "https://github.com/lkrnac/jasstor",
Expand Down Expand Up @@ -28,6 +28,7 @@
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-release-tasks": "0.0.3",
"gulp-rename": "^1.2.0",
"gulp-traceur": "^0.13.0",
"jshint-stylish": "^1.0.0",
Expand Down

0 comments on commit 9718bc3

Please sign in to comment.