From 1849b56c0b94e8fa87be4f36b661e32bb1586706 Mon Sep 17 00:00:00 2001 From: dntzhang Date: Thu, 9 Mar 2017 16:01:49 +0800 Subject: [PATCH] crlf to lf --- md2site/package.json | 81 ++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 40 deletions(-) diff --git a/md2site/package.json b/md2site/package.json index 4e877a52d..a8d4bfd67 100644 --- a/md2site/package.json +++ b/md2site/package.json @@ -1,41 +1,42 @@ { - "name": "md2site", - "version": "0.3.6", - "description": "Transform Markdown to Website base on Omi Framework.", - "main": "bin/md2site", - "engines": { - "node": ">=6.0.0" - }, - "preferGlobal": true, - "bin": { - "md2site": "./bin/md2site" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/AlloyTeam/omi.git" - }, - "keywords": [ - "omi", - "markdown", - "md2site", - "doc", - "docs", - "cli" - ], - "author": "dntzhang", - "license": "MIT", - "dependencies": { - "chalk": "^1.1.3", - "commander": "^2.9.0", - "cross-npm-spawn": "^1.1.1", - "cross-spawn": "^5.0.1", - "empty-dir": "^0.2.1", - "fs-exists-sync": "^0.1.0", - "ora": "^1.1.0", - "vinyl-fs": "^2.4.4" - }, - "bugs": { - "url": "https://github.com/AlloyTeam/omi/issues" - }, - "homepage": "https://github.com/AlloyTeam/omi#readme" -} + "name": "md2site", + "version": "0.3.7", + "description": "Transform Markdown to Website base on Omi Framework.", + "main": "bin/md2site", + "engines": { + "node": ">=6.0.0" + }, + "preferGlobal": true, + "bin": { + "md2site": "./bin/md2site" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/AlloyTeam/omi.git" + }, + "keywords": [ + "omi", + "markdown", + "md2site", + "doc", + "docs", + "cli", + "website" + ], + "author": "dntzhang", + "license": "MIT", + "dependencies": { + "chalk": "^1.1.3", + "commander": "^2.9.0", + "cross-npm-spawn": "^1.1.1", + "cross-spawn": "^5.0.1", + "empty-dir": "^0.2.1", + "fs-exists-sync": "^0.1.0", + "ora": "^1.1.0", + "vinyl-fs": "^2.4.4" + }, + "bugs": { + "url": "https://github.com/AlloyTeam/omi/issues" + }, + "homepage": "https://github.com/AlloyTeam/omi#readme" +} \ No newline at end of file