removed global dependency on postcss-cli

This commit is contained in:
Art Lowel
2017-01-17 11:01:21 +01:00
parent 49bb5a3d78
commit 37c9b106f2

View File

@@ -21,7 +21,7 @@
"clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist", "clean:prod": "npm run clean:ngc && npm run clean:json && npm run clean:css && npm run clean:css:ts && npm run clean:scss:ts && npm run clean:css:shim:ts && npm run clean:scss:shim:ts && npm run clean:dist",
"clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node", "clean": "npm run clean:log && npm run clean:prod && npm run clean:coverage && npm run clean:node",
"sass": "node-sass src -o src --include-path node_modules --output-style compressed -q", "sass": "node-sass src -o src --include-path node_modules --output-style compressed -q",
"postcss": "postcss -c postcss.config.json", "postcss": "node_modules/postcss-cli/bin/postcss -c postcss.config.json",
"style": "npm run sass && npm run postcss", "style": "npm run sass && npm run postcss",
"style:watch": "nodemon -e scss -w src -x \"npm run style\"", "style:watch": "nodemon -e scss -w src -x \"npm run style\"",
"rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js", "rollup": "rollup -c rollup-server.js && rollup -c rollup-client.js",
@@ -52,7 +52,7 @@
"debug:build:prod": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js --config webpack.prod.config.ts", "debug:build:prod": "node-nightly --inspect --debug-brk node_modules/webpack/bin/webpack.js --config webpack.prod.config.ts",
"docs": "typedoc --options typedoc.json ./src", "docs": "typedoc --options typedoc.json ./src",
"lint": "tslint \"src/**/*.ts\" || true", "lint": "tslint \"src/**/*.ts\" || true",
"global": "npm install -g angular-cli nodemon npm-check-updates rimraf ts-node typedoc typescript webpack webpack-bundle-size-analyzer rollup marked node-gyp postcss-cli", "global": "npm install -g angular-cli nodemon npm-check-updates rimraf ts-node typedoc typescript webpack webpack-bundle-size-analyzer rollup marked node-gyp",
"protractor": "node node_modules/protractor/bin/protractor", "protractor": "node node_modules/protractor/bin/protractor",
"e2e": "npm run protractor", "e2e": "npm run protractor",
"test": "karma start --single-run", "test": "karma start --single-run",
@@ -116,10 +116,10 @@
"@types/node": "6.0.52", "@types/node": "6.0.52",
"@types/serve-static": "1.7.31", "@types/serve-static": "1.7.31",
"@types/webfontloader": "1.6.27", "@types/webfontloader": "1.6.27",
"angular2-template-loader": "0.6.0",
"autoprefixer": "6.5.4",
"ajv": "4.2.0", "ajv": "4.2.0",
"ajv-keywords": "1.1.1", "ajv-keywords": "1.1.1",
"angular2-template-loader": "0.6.0",
"autoprefixer": "6.5.4",
"awesome-typescript-loader": "2.2.4", "awesome-typescript-loader": "2.2.4",
"codelyzer": "2.0.0-beta.3", "codelyzer": "2.0.0-beta.3",
"concurrently": "3.1.0", "concurrently": "3.1.0",
@@ -145,6 +145,7 @@
"karma-webpack": "1.8.0", "karma-webpack": "1.8.0",
"node-sass": "4.0.0", "node-sass": "4.0.0",
"nodemon": "1.11.0", "nodemon": "1.11.0",
"postcss-cli": "^2.6.0",
"protractor": "~4.0.14", "protractor": "~4.0.14",
"protractor-istanbul-plugin": "~2.0.0", "protractor-istanbul-plugin": "~2.0.0",
"raw-loader": "0.5.1", "raw-loader": "0.5.1",