Skip to content

Commit

Permalink
replaced browserify with webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
crabbly committed Jan 11, 2017
1 parent fe07a45 commit 217751c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ elixir.config.js.folder = ''
elixir.config.css.folder = ''

elixir(function (mix) {
mix.browserify('print.js', 'dist/print.min.js')
mix.webpack('print.js', 'dist/print.min.js')
.styles('css/print.css', 'dist/print.min.css')
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "print.js",
"homepage": "http://printjs.crabbly.com",
"description": "A tiny javascript library to help printing from the web.",
"version": "1.0.11",
"version": "1.0.12",
"main": "src/print.js",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
"devDependencies": {
"gulp": "3.9.x",
"laravel-elixir": "^6.0.0-10",
"laravel-elixir-browserify-official": "^0.1.3",
"laravel-elixir-webpack-official": "^1.0.10",
"standard": "^7.1.2"
},
"scripts": {
Expand Down

0 comments on commit 217751c

Please sign in to comment.