Skip to content

Commit c542f1c

Browse files
committed
Implement confirm for package installs
1 parent 6311f27 commit c542f1c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,18 @@
2727
"psr-0": {
2828
"Pug": "src/"
2929
}
30+
},
31+
"extra": {
32+
"npm-confirm": {
33+
"less": "It allows you to use less filter and link less files inside minify/concat tags.",
34+
"clean-css": "It allows you to use minify option on CSS files and contents (recommended in production).",
35+
"stylus": "It allows you to use stylus filter and link stylus files inside minify/concat tags.",
36+
"coffee-script": "It allows you to use coffee-script filter and coffee-script files inside minify/concat tags.",
37+
"babel-cli": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
38+
"babel-plugin-transform-react-jsx": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
39+
"babel-preset-es2015": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
40+
"babel-preset-react": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
41+
"uglify-js": "It allows you to use minify option on JS files and contents (recommended in production)."
42+
}
3043
}
3144
}

0 commit comments

Comments
 (0)