Skip to content

Commit

Permalink
fix(version)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoYongfeng committed Oct 26, 2016
1 parent 5d6eb29 commit 2b7c068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions bin/uba.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
#!/usr/bin/env node

/**
* Module : uba boots
* Author : Kvkens([email protected])
* Date : 2016-10-13 19:51:37
* Update : 2016-10-13 19:51:43
*/

'use strict';

const path = require('path');
const chalk = require('chalk');
const spawn = require('cross-spawn');
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uba",
"version": "1.4.4",
"description": "uba tool",
"version": "1.4.5",
"description": "a font-end develop tool for tinper",
"main": "bin/uba.js",
"bin": {
"uba": "bin/uba.js"
Expand Down

0 comments on commit 2b7c068

Please sign in to comment.