diff --git a/package-lock.json b/package-lock.json index 25cf75a..7f77177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,7 @@ { "name": "php-import-checker", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 1, - "requires": true, "dependencies": { "@types/mocha": { "version": "2.2.41", diff --git a/package.json b/package.json index 1974fa9..c9e7203 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "php-import-checker", "displayName": "PHP import checker", "description": "Know when you are importing a class and is not using it in the file, easy and fast, inspired by PHPStorm", - "version": "0.0.1", + "version": "0.0.2", "publisher": "marabesi", "engines": { "vscode": "^1.14.0"