diff --git a/package.json b/package.json index e0f304a..13ce1a6 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "repository": "github:tomlutzenberger/rbutr-browser-extension.git", "author": "rbutr Community", "license": "LGPL-3.0", + "dependencies": { + }, "devDependencies": { "concurrently": "^3.4.0", "eslint": "^3.19.0", @@ -15,7 +17,9 @@ "eslint-plugin-standard": "^3.0.1", "htmlhint": "^0.9.13", "node-sass": "^4.5.2", - "stylelint": "^7.10.1" + "stylelint": "^7.10.1", + "stylelint-config-standard": "^16.0.0" + }, "scripts": { "sass": "node-sass src/scss/main.scss --output src/css --source-map-embed --source-map-contents", @@ -26,8 +30,5 @@ "lint": "concurrently --names lint:html, lint:style, lint:js -p name 'npm run lint:html' 'npm run lint:style' 'npm run lint:js';", "zip": "mkdir -p build && zip -r build/rbutr.zip ./src/*", "build": "lint && npm run sass && npm run zip" - }, - "dependencies": { - "stylelint-config-standard": "^16.0.0" } } diff --git a/yarn.lock b/yarn.lock index 5c8b2f8..6a9e845 100644 --- a/yarn.lock +++ b/yarn.lock @@ -32,8 +32,8 @@ ajv-keywords@^1.0.0: resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-1.5.1.tgz#314dd0a4b3368fad3dfcdc54ede6171b886daf3c" ajv@^4.7.0, ajv@^4.9.1: - version "4.11.6" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.6.tgz#947e93049790942b2a2d60a8289b28924d39f987" + version "4.11.7" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.7.tgz#8655a5d86d0824985cc471a1d913fb6729a0ec48" dependencies: co "^4.6.0" json-stable-stringify "^1.0.1" @@ -86,8 +86,8 @@ arr-diff@^2.0.0: arr-flatten "^1.0.1" arr-flatten@^1.0.1: - version "1.0.2" - resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.2.tgz#1ec1e63439c54f67d6f72bb4299c3d4f73b2d996" + version "1.0.3" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.0.3.tgz#a274ed85ac08849b6bd7847c4580745dc51adfb1" array-differ@^1.0.0: version "1.0.0" @@ -1914,8 +1914,8 @@ read-pkg@^1.0.0: path-type "^1.0.0" readable-stream@1.1, readable-stream@^1.0.33, readable-stream@~1.1.9: - version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" + version "1.1.13" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.13.tgz#f6eef764f514c89e2b9e23146a75ba106756d23e" dependencies: core-util-is "~1.0.0" inherits "~2.0.1"