Skip to content

Commit f1725ba

Browse files
author
Eugene Matvejev
authored
Update composer.json
1 parent 19f93da commit f1725ba

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eugene-matvejev/css-compiler",
3-
"description": "compiles css assets from sass or less on composer events",
3+
"description": "compiles SASS and LESS assets on composer's callback",
44
"type": "lib",
55
"license": "MIT",
66
"authors": [
@@ -28,15 +28,5 @@
2828
"require-dev": {
2929
"composer/composer": "^1.1",
3030
"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/"
4131
}
4232
}

0 commit comments

Comments
 (0)