Skip to content

Commit

Permalink
Merge pull request #3 from datagovsg/revert-2-update-package
Browse files Browse the repository at this point in the history
Revert "Update packages"
  • Loading branch information
arshadali172 authored Oct 20, 2019
2 parents 5650b7d + 3fb85bd commit f2d28cb
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "pst-extractor",
"version": "1.3.3",
"version": "1.3.2",
"description": "Extract objects from MS Outlook/Exchange PST files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"test": "nyc --reporter=html mocha --opts mocha.opts"
"test": "nyc --reporter=html mocha --opts mocha.opts",
"readme": "node ./node_modules/.bin/node-readme",
"prepare": "npm run build"
},
"nyc": {
"extension": [
Expand Down Expand Up @@ -38,20 +40,23 @@
},
"homepage": "https://github.com/epfromer/pst-extractor#readme",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/debug": "4.1.1",
"@types/chai": "^4.1.2",
"@types/debug": "0.0.30",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.3",
"chai": "^4.2.0",
"@types/mocha": "^5.0.0",
"@types/node": "^10.1.2",
"@types/winston": "^2.3.9",
"chai": "^4.1.2",
"chai-datetime": "^1.5.0",
"debug": "^4.1.1",
"mocha": "^5.2.0",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"source-map-support": "^0.5.10",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
"debug": "^3.1.0",
"mocha": "^5.0.5",
"node-readme": "^0.1.9",
"nyc": "^11.6.0",
"rimraf": "^2.6.2",
"source-map-support": "^0.5.4",
"supports-color": "^5.3.0",
"ts-node": "^6.0.3",
"typescript": "^2.8.1"
},
"dependencies": {
"long": "^4.0.0",
Expand Down

0 comments on commit f2d28cb

Please sign in to comment.