Skip to content

Commit

Permalink
Implement confirm for package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 30, 2017
1 parent 6311f27 commit c542f1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,18 @@
"psr-0": {
"Pug": "src/"
}
},
"extra": {
"npm-confirm": {
"less": "It allows you to use less filter and link less files inside minify/concat tags.",
"clean-css": "It allows you to use minify option on CSS files and contents (recommended in production).",
"stylus": "It allows you to use stylus filter and link stylus files inside minify/concat tags.",
"coffee-script": "It allows you to use coffee-script filter and coffee-script files inside minify/concat tags.",
"babel-cli": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
"babel-plugin-transform-react-jsx": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
"babel-preset-es2015": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
"babel-preset-react": "It allows you to use react/jsx filter and react/jsx files inside minify/concat tags.",
"uglify-js": "It allows you to use minify option on JS files and contents (recommended in production)."
}
}
}

0 comments on commit c542f1c

Please sign in to comment.