소스 검색

Updated dev dependencies and removed unused plugin.

tags/v1.0.3
Kalimuthu Selvaraj 5 년 전
부모
커밋
461c6ab85c
2개의 변경된 파일5개의 추가작업 그리고 7개의 파일을 삭제
  1. 0
    1
      index.js
  2. 5
    6
      package.json

+ 0
- 1
index.js 파일 보기

@@ -1,6 +1,5 @@
const fs = require("fs");
const path = require("path");
const async = require("async");
const { spawn } = require("child_process");

function parseCommand(librePath, cmd, convert) {

+ 5
- 6
package.json 파일 보기

@@ -23,24 +23,23 @@
"libreoffice",
"keynote to image"
],
"repository": "https://github.com/kalimuthu-selvaraj/file-convert",
"author": {
"name": "Kalimuthu Selvaraj",
"email": "kaalee6@gmail.com",
"url": "https://github.com/kalimuthu-selvaraj"
},
"license": "ISC",
"dependencies": {
"async": "^3.2.0",
"chai-as-promised": "^7.1.1",
"nyc": "^15.1.0"
},
"dependencies": {},
"devDependencies": {
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.0.0-canary.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"istanbul": "^0.4.5",
"mocha": "^7.2.0"
"mocha": "^7.2.0",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=6"

Loading…
취소
저장