Browse Source

Updated dev dependencies and removed unused plugin.

tags/v1.0.3
Kalimuthu Selvaraj 5 years ago
parent
commit
461c6ab85c
2 changed files with 5 additions and 7 deletions
  1. 0
    1
      index.js
  2. 5
    6
      package.json

+ 0
- 1
index.js View File

const fs = require("fs"); const fs = require("fs");
const path = require("path"); const path = require("path");
const async = require("async");
const { spawn } = require("child_process"); const { spawn } = require("child_process");


function parseCommand(librePath, cmd, convert) { function parseCommand(librePath, cmd, convert) {

+ 5
- 6
package.json View File

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

Loading…
Cancel
Save