We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f93da + f1725ba commit 45f3a7bCopy full SHA for 45f3a7b
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eugene-matvejev/css-compiler",
3
- "description": "compiles css assets from sass or less on composer events",
+ "description": "compiles SASS and LESS assets on composer's callback",
4
"type": "lib",
5
"license": "MIT",
6
"authors": [
@@ -28,15 +28,5 @@
28
"require-dev": {
29
"composer/composer": "^1.1",
30
"phpunit/phpunit": "^5.4"
31
- },
32
- "scripts": {
33
- "post-update-cmd": "@custom-events",
34
- "post-install-cmd": "@custom-events",
35
- "custom-events": [
36
- "EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
37
- ]
38
39
- "config": {
40
- "bin-dir": "bin/"
41
}
42
0 commit comments