Godzil 6 years ago
parent
commit
978a3282a4
2 changed files with 2 additions and 3 deletions
  1. 1 1
      package-lock.json
  2. 1 2
      package.json

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "crunchy",
-  "version": "1.2.2",
+  "version": "1.3.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 2
package.json

@@ -15,7 +15,7 @@
   "engines": {
     "node": ">=5.0"
   },
-  "version": "1.2.2",
+  "version": "1.3.0",
   "bin": {
     "crunchy": "./bin/crunchy",
     "crunchy.sh": "./bin/crunchy.sh"
@@ -40,7 +40,6 @@
     "@types/request": "^2.47.0",
     "@types/request-promise": "^4.1.41",
     "@types/xml2js": "^0.4.2",
-    "@types/fs-extra": "^5.0.2",
     "tsconfig-lint": "^0.12.0",
     "tslint": "^5.10.0",
     "typescript": "^2.9.1"