Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Mar 13, 2018
1 parent 21e6742 commit dabc345
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "laravel-mix",
"version": "2.0.0",
"description":
"Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
"version": "2.1.0",
"description": "Laravel Mix is an elegant wrapper around Webpack for the 80% use case.",
"main": "src/index.js",
"scripts": {
"webpack": "NODE_ENV=development webpack --progress --hide-modules",
Expand All @@ -17,10 +16,19 @@
"url": "https://github.com/JeffreyWay/laravel-mix/issues"
},
"homepage": "https://github.com/JeffreyWay/laravel-mix#readme",
"keywords": ["laravel", "webpack", "laravel elixir", "laravel mix"],
"keywords": [
"laravel",
"webpack",
"laravel elixir",
"laravel mix"
],
"author": "Jeffrey Way",
"license": "MIT",
"files": ["icons", "setup", "src"],
"files": [
"icons",
"setup",
"src"
],
"dependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.24.1",
Expand Down

0 comments on commit dabc345

Please sign in to comment.