Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Apr 13, 2017
1 parent 93bf15c commit 32134d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/**
* Created by WindomZ on 17-4-12.
*/
var fmtconv = require('./lib/fmtconv')
'use strict'

const fmtconv = require('./lib/fmtconv')

module.exports = fmtconv
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "fmtconv",
"version": "0.2.2",
"version": "0.2.3",
"description": "Convert between JSON and YAML format.",
"preferGlobal": true,
"main": "index.js",
"bin": {
"fmtconv": "./bin/fmtconv"
Expand Down

0 comments on commit 32134d2

Please sign in to comment.