package.json in foreman_ansible-3.0.9 vs package.json in foreman_ansible-4.0.0

- old
+ new

@@ -5,15 +5,15 @@ "main": "index.js", "directories": { "test": "test" }, "dependencies": { - "@theforeman/vendor": "^0.1.1", + "@theforeman/vendor": "^1.7.0", "react-json-tree": "^0.11.0" }, "devDependencies": { - "@theforeman/vendor-dev": "^0.1.1", + "@theforeman/vendor-dev": "^1.7.0", "babel-eslint": "^8.2.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.0", @@ -36,10 +36,10 @@ "redux": "^3.7.2", "redux-thunk": "^2.3.0" }, "scripts": { "test": "node node_modules/.bin/jest webpack", - "lint": "./node_modules/.bin/eslint -c .eslintrc webpack/ || exit 0" + "lint": "eslint ./webpack" }, "repository": { "type": "git", "url": "git+https://github.com/theforeman/foreman_ansible.git" },